From 5302536d9ce61dfcae635787a7c85820c822ef33 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 11 Nov 2012 16:33:14 +0000 Subject: Partial change: Removing bash ARCHIVE loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5337 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/UnitTests/CTextBox/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'NxWidgets/UnitTests/CTextBox/Makefile') diff --git a/NxWidgets/UnitTests/CTextBox/Makefile b/NxWidgets/UnitTests/CTextBox/Makefile index c368cc497..b73ce8f4a 100644 --- a/NxWidgets/UnitTests/CTextBox/Makefile +++ b/NxWidgets/UnitTests/CTextBox/Makefile @@ -136,9 +136,7 @@ chklib: $(NXWIDGETS_LIB): # Just to keep make happy. chklib does the work. .built: chkcxx chklib $(OBJS) $(NXWIDGETS_LIB) - @( for obj in $(OBJS) ; do \ - $(call ARCHIVE, $(BIN), $${obj}); \ - done ; ) + $(call ARCHIVE, $@, "$(OBJS)") ifeq ($(WINTOOL),y) @$(ARCHIVER) -w -p "$(CROSSDEV)" $(BIN) $(NXWIDGETS_DIR) else -- cgit v1.2.3