]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
.depend shouldn't need scripts.
authorRoy Marples <roy@marples.name>
Wed, 9 Jan 2008 11:45:30 +0000 (11:45 +0000)
committerRoy Marples <roy@marples.name>
Wed, 9 Jan 2008 11:45:30 +0000 (11:45 +0000)
mk/depend.mk

index 8123e98760cb72eadb1830d653dfafdebdf62a9a..a4d717ae853324bca8f18fceaddea6e2f7ca8255 100644 (file)
@@ -5,7 +5,7 @@
 
 CLEANFILES+=   .depend
 
-.depend: ${SCRIPTS} ${SRCS}
+.depend: ${SRCS}
        ${CC} ${CFLAGS} -MM ${SRCS} > .depend
 
 depend: .depend