summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/CTextBox/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:33:14 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-11 16:33:14 +0000
commit5302536d9ce61dfcae635787a7c85820c822ef33 (patch)
tree78ffe713a888f4e3bcf89f7fdbaa2fe3db176370 /NxWidgets/UnitTests/CTextBox/Makefile
parenta2206fb0a88bed573ef2a7ea379fce5b9c8b00be (diff)
downloadpx4-nuttx-5302536d9ce61dfcae635787a7c85820c822ef33.tar.gz
px4-nuttx-5302536d9ce61dfcae635787a7c85820c822ef33.tar.bz2
px4-nuttx-5302536d9ce61dfcae635787a7c85820c822ef33.zip
Partial change: Removing bash ARCHIVE loop
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5337 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/UnitTests/CTextBox/Makefile')
-rw-r--r--NxWidgets/UnitTests/CTextBox/Makefile4
1 files changed, 1 insertions, 3 deletions
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