summaryrefslogtreecommitdiff
path: root/apps/namedapp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/namedapp/Makefile')
-rw-r--r--apps/namedapp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/namedapp/Makefile b/apps/namedapp/Makefile
index df80947d6..8f653a208 100644
--- a/apps/namedapp/Makefile
+++ b/apps/namedapp/Makefile
@@ -79,7 +79,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
$(Q) touch .built
.context: