diff options
| author | Roy Marples <roy@marples.name> | 2014-07-31 00:57:47 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-07-31 00:57:47 +0000 |
| commit | d247cb50e8f0902afea1c18c8e4133eba2665e66 (patch) | |
| tree | 24d4d282728b65493a69d82589682f3947de9b85 /Makefile | |
| parent | d4b6f634fa6ea3da3f3eb5b31253d72b2a4cfb88 (diff) | |
| download | dhcpcd-d247cb50e8f0902afea1c18c8e4133eba2665e66.tar.xz | |
Fix dependency and test targets
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |
