Differences From Artifact [2e95fe4692]:
- File
buildsys.mk.in
— part of check-in
[deea07358c]
at
2008-11-01 18:55:32
on branch trunk
— Touch .deps files on ./configure.
This also makes it compatible with OpenBSD make. (user: js, size: 11253) [annotate] [blame] [check-ins using]
To Artifact [e412298582]:
- File buildsys.mk.in — part of check-in [baeb4314f3] at 2008-11-01 19:09:05 on branch trunk — Move one line to fix dependency generation. (user: js, size: 11254) [annotate] [blame] [check-ins using]
︙ | |||
118 119 120 121 122 123 124 | 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | - + | test $$i -nt .deps && regen=1; \ deps="$$deps $${i%.m}.dep"; \ ;; \ esac; \ done; \ if test x"$$regen" = x"1" -a x"$$deps" != "x"; then \ ${DEPEND_STATUS}; \ |
︙ |