From 24a0389152888e8d55f7b90850b7d0a09df53b2f Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 16:24:40 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/relays/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/examples/relays/Makefile') diff --git a/apps/examples/relays/Makefile b/apps/examples/relays/Makefile index 4a6530693..72d2faa95 100644 --- a/apps/examples/relays/Makefile +++ b/apps/examples/relays/Makefile @@ -76,9 +76,7 @@ $(COBJS): %$(OBJEXT): %.c $(call COMPILE, $<, $@) .built: $(OBJS) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $(BIN), $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") @touch .built .context: -- cgit v1.2.3