summaryrefslogtreecommitdiff
path: root/NxWidgets/UnitTests/nxwm/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/nxwm/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/nxwm/Makefile')
-rw-r--r--NxWidgets/UnitTests/nxwm/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/NxWidgets/UnitTests/nxwm/Makefile b/NxWidgets/UnitTests/nxwm/Makefile
index f84a78bcc..cfcdef750 100644
--- a/NxWidgets/UnitTests/nxwm/Makefile
+++ b/NxWidgets/UnitTests/nxwm/Makefile
@@ -164,9 +164,7 @@ $(NXWIDGETS_LIB): # Just to keep make happy. chklibnxwidgets does the work.
$(NXWM_LIB): # Just to keep make happy. chklibnxwm does the work.
.built: $(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)
@$(ARCHIVER) -w -p "$(CROSSDEV)" $(BIN) $(NXWM_DIR)