summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2015-05-14 19:46:21 +0000
committerRoy Marples <roy@marples.name>2015-05-14 19:46:21 +0000
commit2be15e8895120d6d772e0da2463cbf6ab702858b (patch)
treee3d5610e32ea05dda8825fba7b22d02a5d23fb4a /Makefile
parent8c82f2e4007bdf896ebab0ddc39ddb45b26f41f3 (diff)
downloaddhcpcd-2be15e8895120d6d772e0da2463cbf6ab702858b.tar.xz
Handle ND options in the same way we handle DHCP and DHCPv6 options.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36ff297a..8b17c39b 100644
--- a/Makefile
+++ b/Makefile
@@ -85,7 +85,7 @@ CLEANFILES+= dhcpcd-embedded.h dhcpcd-embedded.c
dhcpcd-embedded.h: genembedh dhcpcd-definitions.conf dhcpcd-embedded.h.in
${HOST_SH} ${.ALLSRC} $^ > $@
-dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf
+dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf dhcpcd-embedded.h
${HOST_SH} ${.ALLSRC} $^ > $@
if-options.c: dhcpcd-embedded.h