summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 17:43:29 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-15 17:43:29 +0000
commitc0a6b140715e535b2589f411419561cbd0f2b30c (patch)
tree9e10798e704b0b98879109bfc8234a59bfbd2007 /apps/examples
parent6a52576d5c4bc8aebed7f6ac5ab2b7d716350506 (diff)
downloadnuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.tar.gz
nuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.tar.bz2
nuttx-c0a6b140715e535b2589f411419561cbd0f2b30c.zip
Move some (hopefully) un-necessary quotes in Makefiles for Mike
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5356 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/adc/Makefile2
-rw-r--r--apps/examples/buttons/Makefile2
-rw-r--r--apps/examples/can/Makefile2
-rw-r--r--apps/examples/cdcacm/Makefile2
-rw-r--r--apps/examples/composite/Makefile2
-rw-r--r--apps/examples/cxxtest/Makefile2
-rw-r--r--apps/examples/dhcpd/Makefile2
-rw-r--r--apps/examples/discover/Makefile2
-rw-r--r--apps/examples/elf/Makefile2
-rw-r--r--apps/examples/ftpc/Makefile2
-rw-r--r--apps/examples/ftpd/Makefile2
-rw-r--r--apps/examples/hello/Makefile2
-rw-r--r--apps/examples/helloxx/Makefile2
-rw-r--r--apps/examples/hidkbd/Makefile2
-rw-r--r--apps/examples/igmp/Makefile2
-rw-r--r--apps/examples/json/Makefile2
-rw-r--r--apps/examples/lcdrw/Makefile2
-rw-r--r--apps/examples/mm/Makefile2
-rw-r--r--apps/examples/modbus/Makefile2
-rw-r--r--apps/examples/mount/Makefile2
-rw-r--r--apps/examples/nettest/Makefile2
-rw-r--r--apps/examples/nsh/Makefile2
-rw-r--r--apps/examples/null/Makefile2
-rw-r--r--apps/examples/nx/Makefile2
-rw-r--r--apps/examples/nxconsole/Makefile2
-rw-r--r--apps/examples/nxffs/Makefile2
-rw-r--r--apps/examples/nxflat/Makefile2
-rw-r--r--apps/examples/nxhello/Makefile2
-rw-r--r--apps/examples/nximage/Makefile2
-rw-r--r--apps/examples/nxlines/Makefile2
-rw-r--r--apps/examples/nxtext/Makefile2
-rw-r--r--apps/examples/ostest/Makefile2
-rw-r--r--apps/examples/pashello/Makefile2
-rw-r--r--apps/examples/pipe/Makefile2
-rw-r--r--apps/examples/poll/Makefile2
-rw-r--r--apps/examples/pwm/Makefile2
-rw-r--r--apps/examples/qencoder/Makefile2
-rw-r--r--apps/examples/relays/Makefile2
-rw-r--r--apps/examples/rgmp/Makefile2
-rw-r--r--apps/examples/romfs/Makefile2
-rw-r--r--apps/examples/sendmail/Makefile2
-rw-r--r--apps/examples/serloop/Makefile2
-rw-r--r--apps/examples/telnetd/Makefile2
-rw-r--r--apps/examples/thttpd/Makefile2
-rw-r--r--apps/examples/tiff/Makefile2
-rw-r--r--apps/examples/touchscreen/Makefile2
-rw-r--r--apps/examples/udp/Makefile2
-rw-r--r--apps/examples/uip/Makefile2
-rw-r--r--apps/examples/usbserial/Makefile2
-rw-r--r--apps/examples/usbstorage/Makefile2
-rw-r--r--apps/examples/usbterm/Makefile2
-rw-r--r--apps/examples/watchdog/Makefile2
-rw-r--r--apps/examples/wget/Makefile2
-rw-r--r--apps/examples/wgetjson/Makefile2
-rw-r--r--apps/examples/wlan/Makefile2
-rw-r--r--apps/examples/xmlrpc/Makefile2
56 files changed, 56 insertions, 56 deletions
diff --git a/apps/examples/adc/Makefile b/apps/examples/adc/Makefile
index b2720d240..8f37169c5 100644
--- a/apps/examples/adc/Makefile
+++ b/apps/examples/adc/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/buttons/Makefile b/apps/examples/buttons/Makefile
index 34d928df8..1f209b760 100644
--- a/apps/examples/buttons/Makefile
+++ b/apps/examples/buttons/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/can/Makefile b/apps/examples/can/Makefile
index 3e00083cd..20fb173f0 100644
--- a/apps/examples/can/Makefile
+++ b/apps/examples/can/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/cdcacm/Makefile b/apps/examples/cdcacm/Makefile
index 3a6075df3..1ebbc6e1e 100644
--- a/apps/examples/cdcacm/Makefile
+++ b/apps/examples/cdcacm/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/composite/Makefile b/apps/examples/composite/Makefile
index c47be8726..6fe34a1e9 100644
--- a/apps/examples/composite/Makefile
+++ b/apps/examples/composite/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/cxxtest/Makefile b/apps/examples/cxxtest/Makefile
index fdea67510..e6bdd34fc 100644
--- a/apps/examples/cxxtest/Makefile
+++ b/apps/examples/cxxtest/Makefile
@@ -97,7 +97,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
$(call COMPILEXX, $<, $@)
.built: chkcxx $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/dhcpd/Makefile b/apps/examples/dhcpd/Makefile
index 5be2a845f..6a96281cf 100644
--- a/apps/examples/dhcpd/Makefile
+++ b/apps/examples/dhcpd/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/discover/Makefile b/apps/examples/discover/Makefile
index 5094bf670..722ad3d9b 100644
--- a/apps/examples/discover/Makefile
+++ b/apps/examples/discover/Makefile
@@ -81,7 +81,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/elf/Makefile b/apps/examples/elf/Makefile
index d90c118d3..24472139f 100644
--- a/apps/examples/elf/Makefile
+++ b/apps/examples/elf/Makefile
@@ -79,7 +79,7 @@ $(COBJS): %$(OBJEXT): %.c
# generating the source files.
really_build: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.built:
diff --git a/apps/examples/ftpc/Makefile b/apps/examples/ftpc/Makefile
index 93c7928a2..9f9f689db 100644
--- a/apps/examples/ftpc/Makefile
+++ b/apps/examples/ftpc/Makefile
@@ -78,7 +78,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
# Register application
diff --git a/apps/examples/ftpd/Makefile b/apps/examples/ftpd/Makefile
index 25a572db7..cae8a282e 100644
--- a/apps/examples/ftpd/Makefile
+++ b/apps/examples/ftpd/Makefile
@@ -75,7 +75,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/hello/Makefile b/apps/examples/hello/Makefile
index a3d245466..53fbead98 100644
--- a/apps/examples/hello/Makefile
+++ b/apps/examples/hello/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/helloxx/Makefile b/apps/examples/helloxx/Makefile
index 66669f108..fd126d345 100644
--- a/apps/examples/helloxx/Makefile
+++ b/apps/examples/helloxx/Makefile
@@ -97,7 +97,7 @@ $(CXXOBJS): %$(OBJEXT): %.cxx
$(call COMPILEXX, $<, $@)
.built: chkcxx $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/hidkbd/Makefile b/apps/examples/hidkbd/Makefile
index 29746888c..cb0f32c60 100644
--- a/apps/examples/hidkbd/Makefile
+++ b/apps/examples/hidkbd/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/igmp/Makefile b/apps/examples/igmp/Makefile
index 361e3354a..5f9d4aa98 100644
--- a/apps/examples/igmp/Makefile
+++ b/apps/examples/igmp/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/json/Makefile b/apps/examples/json/Makefile
index b2d716776..0551eccfe 100644
--- a/apps/examples/json/Makefile
+++ b/apps/examples/json/Makefile
@@ -78,7 +78,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/lcdrw/Makefile b/apps/examples/lcdrw/Makefile
index 32b074b58..fab2a6939 100644
--- a/apps/examples/lcdrw/Makefile
+++ b/apps/examples/lcdrw/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/mm/Makefile b/apps/examples/mm/Makefile
index 95e2ec247..5d29c6d90 100644
--- a/apps/examples/mm/Makefile
+++ b/apps/examples/mm/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/modbus/Makefile b/apps/examples/modbus/Makefile
index 015006773..937212f72 100644
--- a/apps/examples/modbus/Makefile
+++ b/apps/examples/modbus/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/mount/Makefile b/apps/examples/mount/Makefile
index 2ed83d66b..d244852d0 100644
--- a/apps/examples/mount/Makefile
+++ b/apps/examples/mount/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/nettest/Makefile b/apps/examples/nettest/Makefile
index 0e4f972ee..75e4cf0be 100644
--- a/apps/examples/nettest/Makefile
+++ b/apps/examples/nettest/Makefile
@@ -113,7 +113,7 @@ $(HOST_BIN): $(HOST_OBJS)
@$(HOSTCC) $(HOSTLDFLAGS) $(HOST_OBJS) -o $@
.built: $(TARG_OBJS)
- $(call ARCHIVE, $(BIN), "$(TARG_OBJS)")
+ $(call ARCHIVE, $(BIN), $(TARG_OBJS))
@touch .built
.context:
diff --git a/apps/examples/nsh/Makefile b/apps/examples/nsh/Makefile
index 049b62e5d..fdf5a2a90 100644
--- a/apps/examples/nsh/Makefile
+++ b/apps/examples/nsh/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/null/Makefile b/apps/examples/null/Makefile
index 76b3c0588..fa3b83d2a 100644
--- a/apps/examples/null/Makefile
+++ b/apps/examples/null/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/nx/Makefile b/apps/examples/nx/Makefile
index ddcc025a0..7bc861bbd 100644
--- a/apps/examples/nx/Makefile
+++ b/apps/examples/nx/Makefile
@@ -83,7 +83,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/nxconsole/Makefile b/apps/examples/nxconsole/Makefile
index 2c484dfda..eb72c87b9 100644
--- a/apps/examples/nxconsole/Makefile
+++ b/apps/examples/nxconsole/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/nxffs/Makefile b/apps/examples/nxffs/Makefile
index 210f40ea9..c66a0ec33 100644
--- a/apps/examples/nxffs/Makefile
+++ b/apps/examples/nxffs/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/nxflat/Makefile b/apps/examples/nxflat/Makefile
index 9bf0b0c93..07c163347 100644
--- a/apps/examples/nxflat/Makefile
+++ b/apps/examples/nxflat/Makefile
@@ -77,7 +77,7 @@ headers:
@$(MAKE) -C tests TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/nxhello/Makefile b/apps/examples/nxhello/Makefile
index 48e982c32..6ab65c53d 100644
--- a/apps/examples/nxhello/Makefile
+++ b/apps/examples/nxhello/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/nximage/Makefile b/apps/examples/nximage/Makefile
index 0340e932d..b552c0bf6 100644
--- a/apps/examples/nximage/Makefile
+++ b/apps/examples/nximage/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/nxlines/Makefile b/apps/examples/nxlines/Makefile
index 5c185f038..b52da37d2 100644
--- a/apps/examples/nxlines/Makefile
+++ b/apps/examples/nxlines/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/nxtext/Makefile b/apps/examples/nxtext/Makefile
index 62e7ac1e4..5067d2af7 100644
--- a/apps/examples/nxtext/Makefile
+++ b/apps/examples/nxtext/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/ostest/Makefile b/apps/examples/ostest/Makefile
index 72582e510..e49013918 100644
--- a/apps/examples/ostest/Makefile
+++ b/apps/examples/ostest/Makefile
@@ -124,7 +124,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/pashello/Makefile b/apps/examples/pashello/Makefile
index 88c7bddec..af33975d0 100644
--- a/apps/examples/pashello/Makefile
+++ b/apps/examples/pashello/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/pipe/Makefile b/apps/examples/pipe/Makefile
index 9596167fc..e0168ed0a 100644
--- a/apps/examples/pipe/Makefile
+++ b/apps/examples/pipe/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/poll/Makefile b/apps/examples/poll/Makefile
index cdb570fc7..89b314511 100644
--- a/apps/examples/poll/Makefile
+++ b/apps/examples/poll/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/pwm/Makefile b/apps/examples/pwm/Makefile
index e05c5cdbe..6aeb38594 100644
--- a/apps/examples/pwm/Makefile
+++ b/apps/examples/pwm/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/qencoder/Makefile b/apps/examples/qencoder/Makefile
index 499ae7475..483043c46 100644
--- a/apps/examples/qencoder/Makefile
+++ b/apps/examples/qencoder/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/relays/Makefile b/apps/examples/relays/Makefile
index efd15b61a..bb988f775 100644
--- a/apps/examples/relays/Makefile
+++ b/apps/examples/relays/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/rgmp/Makefile b/apps/examples/rgmp/Makefile
index 8207ee970..c7e2c5979 100644
--- a/apps/examples/rgmp/Makefile
+++ b/apps/examples/rgmp/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/romfs/Makefile b/apps/examples/romfs/Makefile
index 2df77a000..b247db6f6 100644
--- a/apps/examples/romfs/Makefile
+++ b/apps/examples/romfs/Makefile
@@ -90,7 +90,7 @@ romfs_testdir.h : testdir.img
@xxd -i $< >$@ || { echo "xxd of $< failed" ; exit 1 ; }
.built: romfs_testdir.h $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/sendmail/Makefile b/apps/examples/sendmail/Makefile
index e7368e26d..e8d05ceab 100644
--- a/apps/examples/sendmail/Makefile
+++ b/apps/examples/sendmail/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/serloop/Makefile b/apps/examples/serloop/Makefile
index 740932b2f..ecf7984e5 100644
--- a/apps/examples/serloop/Makefile
+++ b/apps/examples/serloop/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/telnetd/Makefile b/apps/examples/telnetd/Makefile
index 3df4026ab..7c541cba9 100644
--- a/apps/examples/telnetd/Makefile
+++ b/apps/examples/telnetd/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/thttpd/Makefile b/apps/examples/thttpd/Makefile
index 4da7e7997..10bcb9af0 100644
--- a/apps/examples/thttpd/Makefile
+++ b/apps/examples/thttpd/Makefile
@@ -77,7 +77,7 @@ headers:
@$(MAKE) -C content TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
.built: headers $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/tiff/Makefile b/apps/examples/tiff/Makefile
index 1c44b48fa..73a687c25 100644
--- a/apps/examples/tiff/Makefile
+++ b/apps/examples/tiff/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/touchscreen/Makefile b/apps/examples/touchscreen/Makefile
index 88e88185a..ad1036316 100644
--- a/apps/examples/touchscreen/Makefile
+++ b/apps/examples/touchscreen/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/udp/Makefile b/apps/examples/udp/Makefile
index 2f7d49322..6bfdce9cc 100644
--- a/apps/examples/udp/Makefile
+++ b/apps/examples/udp/Makefile
@@ -96,7 +96,7 @@ $(TARG_COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
"$(TARG_BIN)": $(TARG_OBJS) $(HOST_BIN)
- $(call ARCHIVE, $@, "$(TARG_OBJS)")
+ $(call ARCHIVE, $@, $(TARG_OBJS))
$(HOST_OBJS): %.o: %.c
$(HOSTCC) -c $(HOSTCFLAGS) $< -o $@
diff --git a/apps/examples/uip/Makefile b/apps/examples/uip/Makefile
index 01e37dd72..487512072 100644
--- a/apps/examples/uip/Makefile
+++ b/apps/examples/uip/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
httpd_fsdata.c: httpd-fs/*
diff --git a/apps/examples/usbserial/Makefile b/apps/examples/usbserial/Makefile
index 26bbc1b1a..0761dd48c 100644
--- a/apps/examples/usbserial/Makefile
+++ b/apps/examples/usbserial/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/usbstorage/Makefile b/apps/examples/usbstorage/Makefile
index dfbdc8b47..8c142e0c6 100644
--- a/apps/examples/usbstorage/Makefile
+++ b/apps/examples/usbstorage/Makefile
@@ -84,7 +84,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/usbterm/Makefile b/apps/examples/usbterm/Makefile
index 1dd30e8be..6622759f6 100644
--- a/apps/examples/usbterm/Makefile
+++ b/apps/examples/usbterm/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/watchdog/Makefile b/apps/examples/watchdog/Makefile
index 87a7f8296..f3c9a8bf9 100644
--- a/apps/examples/watchdog/Makefile
+++ b/apps/examples/watchdog/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/wget/Makefile b/apps/examples/wget/Makefile
index 19f16534b..859ae999d 100644
--- a/apps/examples/wget/Makefile
+++ b/apps/examples/wget/Makefile
@@ -74,7 +74,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/wgetjson/Makefile b/apps/examples/wgetjson/Makefile
index f41464436..c03715ad5 100644
--- a/apps/examples/wgetjson/Makefile
+++ b/apps/examples/wgetjson/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context:
diff --git a/apps/examples/wlan/Makefile b/apps/examples/wlan/Makefile
index 9268c7456..c50b13227 100644
--- a/apps/examples/wlan/Makefile
+++ b/apps/examples/wlan/Makefile
@@ -75,7 +75,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context:
diff --git a/apps/examples/xmlrpc/Makefile b/apps/examples/xmlrpc/Makefile
index 061f8fc47..84d3ed4be 100644
--- a/apps/examples/xmlrpc/Makefile
+++ b/apps/examples/xmlrpc/Makefile
@@ -81,7 +81,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context: