summaryrefslogtreecommitdiff
path: root/apps/examples/dhcpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/dhcpd/Makefile')
-rw-r--r--apps/examples/dhcpd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/dhcpd/Makefile b/apps/examples/dhcpd/Makefile
index 5be2a845f..6a96281cf 100644
--- a/apps/examples/dhcpd/Makefile
+++ b/apps/examples/dhcpd/Makefile
@@ -80,7 +80,7 @@ $(COBJS): %$(OBJEXT): %.c
$(call COMPILE, $<, $@)
.built: $(OBJS)
- $(call ARCHIVE, $(BIN), "$(OBJS)")
+ $(call ARCHIVE, $(BIN), $(OBJS))
@touch .built
.context: