From a2206fb0a88bed573ef2a7ea379fce5b9c8b00be 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: svn://svn.code.sf.net/p/nuttx/code/trunk@5336 42af7a65-404d-4744-a932-0658087f49c3 --- apps/modbus/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'apps/modbus') diff --git a/apps/modbus/Makefile b/apps/modbus/Makefile index 3cee14017..01deedb54 100644 --- a/apps/modbus/Makefile +++ b/apps/modbus/Makefile @@ -88,9 +88,7 @@ endif .built: $(OBJS) ifeq ($(CONFIG_MODBUS),y) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $(BIN), $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") @touch .built endif -- cgit v1.2.3