From fb10e5e13cdebe6fd2f49cf6d593ce3140ef27ff 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5335 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/compal_e99/src/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'nuttx/configs/compal_e99') diff --git a/nuttx/configs/compal_e99/src/Makefile b/nuttx/configs/compal_e99/src/Makefile index 2a5ad6783..adaf8b801 100644 --- a/nuttx/configs/compal_e99/src/Makefile +++ b/nuttx/configs/compal_e99/src/Makefile @@ -60,9 +60,7 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) libboard$(LIBEXT): $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $@, $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") .depend: Makefile $(SRCS) @$(MKDEP) $(CC) -- $(CFLAGS) -- $(SRCS) >Make.dep -- cgit v1.2.3