Move one line to fix dependency generation.

This commit is contained in:
Jonathan Schleifer 2008-11-01 20:09:05 +01:00
parent b78b068ce2
commit 6b0e41f7c1

View file

@ -122,8 +122,8 @@ depend: pre-depend ${SRCS}
done; \ done; \
if test x"$$regen" = x"1" -a x"$$deps" != "x"; then \ if test x"$$regen" = x"1" -a x"$$deps" != "x"; then \
${DEPEND_STATUS}; \ ${DEPEND_STATUS}; \
rm -f .deps; \
if ${MAKE} ${MFLAGS} $$deps; then \ if ${MAKE} ${MFLAGS} $$deps; then \
rm -f .deps; \
cat $$deps >.deps; \ cat $$deps >.deps; \
rm -f $$deps; \ rm -f $$deps; \
${DEPEND_OK}; \ ${DEPEND_OK}; \