Actually, depend depends on the sources.
This commit is contained in:
parent
c849d80e4a
commit
922797e526
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ subdirs:
|
|||
${DIR_LEAVE}; \
|
||||
done
|
||||
|
||||
depend: pre-depend
|
||||
depend: pre-depend ${SRCS}
|
||||
regen=0; \
|
||||
for i in ${SRCS}; do [ $$i -nt .deps ] && regen=1; done; \
|
||||
if [ $$regen = 1 ]; then \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue