Overview
Comment: | Move one line to fix dependency generation. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
baeb4314f385560937e28fb7a79e3876 |
User & Date: | js on 2008-11-01 19:09:05 |
Other Links: | manifest | tags |
Context
2008-11-01
| ||
19:19 | Touch .deps files in the past so they are always recreated. check-in: 8822a3853f user: js tags: trunk | |
19:09 | Move one line to fix dependency generation. check-in: baeb4314f3 user: js tags: trunk | |
18:55 |
Touch .deps files on ./configure. This also makes it compatible with OpenBSD make. check-in: deea07358c user: js tags: trunk | |
Changes
Modified buildsys.mk.in from [2e95fe4692] to [e412298582].
︙ | |||
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}; \ |
︙ |