From f353d01dca97910222d8a9ea0fa18cfe3b5ff9b0 Mon Sep 17 00:00:00 2001 From: Jonathan Schleifer Date: Sat, 1 Nov 2008 20:19:00 +0100 Subject: [PATCH] Touch .deps files in the past so they are always recreated. --- m4/buildsys.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/buildsys.m4 b/m4/buildsys.m4 index 537e2a9..39fd9c4 100644 --- a/m4/buildsys.m4 +++ b/m4/buildsys.m4 @@ -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 ])