Move one line to fix dependency generation.
This commit is contained in:
parent
b78b068ce2
commit
6b0e41f7c1
1 changed files with 1 additions and 1 deletions
|
@ -122,8 +122,8 @@ depend: pre-depend ${SRCS}
|
|||
done; \
|
||||
if test x"$$regen" = x"1" -a x"$$deps" != "x"; then \
|
||||
${DEPEND_STATUS}; \
|
||||
rm -f .deps; \
|
||||
if ${MAKE} ${MFLAGS} $$deps; then \
|
||||
rm -f .deps; \
|
||||
cat $$deps >.deps; \
|
||||
rm -f $$deps; \
|
||||
${DEPEND_OK}; \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue