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 d4f03f74b..783418c66 100644
--- a/apps/examples/dhcpd/Makefile
+++ b/apps/examples/dhcpd/Makefile
@@ -70,7 +70,7 @@ $(BIN): $(OBJS)
$(call ARCHIVE, $@, $${obj}); \
done ; )
@touch .built
-
+
.built: $(BIN)
.depend: Makefile $(SRCS)