Touch .deps files in the past so they are always recreated.
This commit is contained in:
parent
6b0e41f7c1
commit
f353d01dca
1 changed files with 1 additions and 1 deletions
|
@ -136,6 +136,6 @@ AC_DEFUN([BUILDSYS_SHARED_LIB], [
|
|||
AC_DEFUN([BUILDSYS_TOUCH_DEPS], [
|
||||
$as_echo "$as_me: Touching .deps files"
|
||||
for i in $(find . -name Makefile); do
|
||||
touch $(dirname $i)/.deps
|
||||
touch -t 0001010000 $(dirname $i)/.deps
|
||||
done
|
||||
])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue