summaryrefslogtreecommitdiff
path: root/apps/netutils/json/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/netutils/json/Makefile')
-rw-r--r--apps/netutils/json/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/netutils/json/Makefile b/apps/netutils/json/Makefile
index 99f2e81f6..4a54ab5f7 100644
--- a/apps/netutils/json/Makefile
+++ b/apps/netutils/json/Makefile
@@ -72,7 +72,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
context: