Fix dependency generation when using NetBSD make.
This commit is contained in:
parent
85573ff7f7
commit
090adf4087
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ subdirs:
|
||||||
|
|
||||||
depend: pre-depend ${SRCS}
|
depend: pre-depend ${SRCS}
|
||||||
regen=0; \
|
regen=0; \
|
||||||
|
test -f .deps || regen=1; \
|
||||||
for i in ${SRCS}; do test $$i -nt .deps && regen=1; done; \
|
for i in ${SRCS}; do test $$i -nt .deps && regen=1; done; \
|
||||||
if test x"$$regen" = x"1"; then \
|
if test x"$$regen" = x"1"; then \
|
||||||
list=""; \
|
list=""; \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue