summaryrefslogtreecommitdiff
path: root/apps/nshlib
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/nshlib/Makefile b/apps/nshlib/Makefile
index 71f159b38..46dbdd0b1 100644
--- a/apps/nshlib/Makefile
+++ b/apps/nshlib/Makefile
@@ -110,9 +110,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- @( for obj in $(OBJS) ; do \
- $(call ARCHIVE, $(BIN), $${obj}); \
- done ; )
+ $(call ARCHIVE, $@, "$(OBJS)")
@touch .built
context: