Differences From Artifact [88f6662b77]:
- File buildsys.mk.in — part of check-in [b04eb0c9c2] at 2007-10-10 12:09:03 on branch trunk — Add \033[K. (user: js, size: 10349) [annotate] [blame] [check-ins using]
To Artifact [c1026d46fe]:
- File buildsys.mk.in — part of check-in [f0b9d95ddc] at 2007-10-13 08:14:01 on branch trunk — Fix dependency generation when using NetBSD make. (user: js, size: 10378) [annotate] [blame] [check-ins using]
︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | + | ${DIR_ENTER}; \ ${MAKE} ${MFLAGS} || exit 1; \ ${DIR_LEAVE}; \ done depend: pre-depend ${SRCS} regen=0; \ test -f .deps || regen=1; \ for i in ${SRCS}; do test $$i -nt .deps && regen=1; done; \ if test x"$$regen" = x"1"; then \ list=""; \ ${DEPEND_STATUS}; \ for i in ${SRCS}; do \ case $${i##*.} in \ c|cc|cxx|m) \ |
︙ |