Differences From Artifact [dc9da6398d]:
- File
m4/buildsys.m4
— 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: 5612) [annotate] [blame] [check-ins using]
To Artifact [2638d95fc7]:
- File m4/buildsys.m4 — part of check-in [8822a3853f] at 2008-11-01 19:19:00 on branch trunk — Touch .deps files in the past so they are always recreated. (user: js, size: 5626) [annotate] [blame] [check-ins using]
︙ | |||
132 133 134 135 136 137 138 | 132 133 134 135 136 137 138 139 140 141 | - + | AC_SUBST(UNINSTALL_LIB) AC_SUBST(CLEAN_LIB) ]) AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ $as_echo "$as_me: Touching .deps files" for i in $(find . -name Makefile); do |