summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-07-31 00:57:47 +0000
committerRoy Marples <roy@marples.name>2014-07-31 00:57:47 +0000
commitd247cb50e8f0902afea1c18c8e4133eba2665e66 (patch)
tree24d4d282728b65493a69d82589682f3947de9b85 /Makefile
parentd4b6f634fa6ea3da3f3eb5b31253d72b2a4cfb88 (diff)
downloaddhcpcd-d247cb50e8f0902afea1c18c8e4133eba2665e66.tar.xz
Fix dependency and test targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 6d3730ca..ac637b0c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,6 @@ CLEANFILES= dhcpcd.conf.5 dhcpcd.8 dhcpcd-run-hooks.8
SCRIPTS= dhcpcd-run-hooks
SCRIPTSDIR= ${LIBEXECDIR}
CLEANFILES+= dhcpcd-run-hooks
-CLEANFILES+= .depend
FILES= dhcpcd.conf
FILESDIR= ${SYSCONFDIR}
@@ -91,8 +90,8 @@ dhcpcd-embedded.c: genembedc dhcpcd-definitions.conf
if-options.c: dhcpcd-embedded.h
-.depend: ${SRCS} ${COMPAT_SRCS}
- ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} > .depend
+.depend: ${SRCS} ${COMPAT_SRCS} ${CRYPT_SRCS}
+ ${CC} ${CPPFLAGS} -MM ${SRCS} ${COMPAT_SRCS} ${CRYPT_SRCS} > .depend
depend: .depend