Differences From Artifact [1665f2017f]:
- File buildsys.mk.in — part of check-in [3008f6d7d1] at 2007-09-26 04:38:12 on branch trunk — Optimize dependency generation. (user: js, size: 10096) [annotate] [blame] [check-ins using]
To Artifact [dc3e64c761]:
- File buildsys.mk.in — part of check-in [90f748637b] at 2007-09-26 04:41:43 on branch trunk — That rm -f is unnecessary. (user: js, size: 10079) [annotate] [blame] [check-ins using]
︙ | |||
89 90 91 92 93 94 95 | 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | - | depend: pre-depend ${SRCS} regen=0; \ for i in ${SRCS}; do test $$i -nt .deps && regen=1; done; \ if test x"$$regen" = x"1"; then \ list=""; \ ${DEPEND_STATUS}; \ |
︙ |