From a18d038b814eb0e7abb74ed2ea5a700304919240 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 15:42:12 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/binfmt/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nuttx/binfmt') 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 -- cgit v1.2.3