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/arch/rgmp/src/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nuttx/arch/rgmp') diff --git a/nuttx/arch/rgmp/src/Makefile b/nuttx/arch/rgmp/src/Makefile index 3989ab102..e1bfb84c1 100644 --- a/nuttx/arch/rgmp/src/Makefile +++ b/nuttx/arch/rgmp/src/Makefile @@ -68,10 +68,9 @@ $(COBJS) $(LINKOBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) # The architecture-specific library + libarch$(LIBEXT): $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $@, $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") # Generate the final NuttX binary by linking the host-specific objects with the NuttX # specific objects (with munged names) -- cgit v1.2.3