summaryrefslogtreecommitdiff
path: root/nuttx/binfmt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 15:42:12 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 15:42:12 +0000
commitfb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff (patch)
treeaa3edd7ae5f0bec0381fd40cca39da61909ea36a /nuttx/binfmt
parentf7a2c6b5546366aa69a5fe9a44e6df2bcfa4a793 (diff)
downloadpx4-nuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.tar.gz
px4-nuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.tar.bz2
px4-nuttx-fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/binfmt')
-rw-r--r--nuttx/binfmt/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/nuttx/binfmt/Makefile b/nuttx/binfmt/Makefile
index 4724abeff..caf57e62f 100644
--- a/nuttx/binfmt/Makefile
+++ b/nuttx/binfmt/Makefile
@@ -78,9 +78,7 @@ $(BINFMT_COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
$(BIN): $(BINFMT_OBJS)
- @( for obj in $(BINFMT_OBJS) ; do \
- $(call ARCHIVE, $@, $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(BINFMT_OBJS)")
.depend: Makefile $(BINFMT_SRCS)
@$(MKDEP) $(DEPPATH) $(CC) -- $(CFLAGS) -- $(BINFMT_SRCS) >Make.dep