summaryrefslogtreecommitdiff
path: root/apps/system
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system')
-rw-r--r--apps/system/free/Makefile2
-rw-r--r--apps/system/i2c/Makefile2
-rw-r--r--apps/system/install/Makefile2
-rw-r--r--apps/system/poweroff/Makefile2
-rw-r--r--apps/system/ramtron/Makefile2
-rw-r--r--apps/system/readline/Makefile2
-rw-r--r--apps/system/sdcard/Makefile2
-rw-r--r--apps/system/sysinfo/Makefile2
8 files changed, 8 insertions, 8 deletions
diff --git a/apps/system/free/Makefile b/apps/system/free/Makefile
index 9db10f790..a4cd50687 100644
--- a/apps/system/free/Makefile
+++ b/apps/system/free/Makefile
@@ -87,7 +87,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/system/i2c/Makefile b/apps/system/i2c/Makefile
index 8e8130c13..8dd4bc563 100644
--- a/apps/system/i2c/Makefile
+++ b/apps/system/i2c/Makefile
@@ -77,7 +77,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/system/install/Makefile b/apps/system/install/Makefile
index 28858bf28..99de400c9 100644
--- a/apps/system/install/Makefile
+++ b/apps/system/install/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/system/poweroff/Makefile b/apps/system/poweroff/Makefile
index 7a9ec2ebd..a96a60033 100644
--- a/apps/system/poweroff/Makefile
+++ b/apps/system/poweroff/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index 41d1e7d45..b300a3711 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/system/readline/Makefile b/apps/system/readline/Makefile
index 08288fa95..fb60b6fc4 100644
--- a/apps/system/readline/Makefile
+++ b/apps/system/readline/Makefile
@@ -78,7 +78,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Context build phase target
diff --git a/apps/system/sdcard/Makefile b/apps/system/sdcard/Makefile
index 0d7232c69..50bf0eeb1 100644
--- a/apps/system/sdcard/Makefile
+++ b/apps/system/sdcard/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/system/sysinfo/Makefile b/apps/system/sysinfo/Makefile
index fafdb4e54..a8821c7de 100644
--- a/apps/system/sysinfo/Makefile
+++ b/apps/system/sysinfo/Makefile
@@ -88,7 +88,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application