Mercurial > audlegacy-plugins
comparison m4/buildsys.m4 @ 2980:a73d4c88a6f3
Touch .deps files in the past so they are always recreated.
author | Jonathan Schleifer <js-audacious@webkeks.org> |
---|---|
date | Sat, 01 Nov 2008 20:19:11 +0100 |
parents | a68a51138f4d |
children | f17af872dee0 |
comparison
equal
deleted
inserted
replaced
2979:0910d4d2714d | 2980:a73d4c88a6f3 |
---|---|
134 ]) | 134 ]) |
135 | 135 |
136 AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ | 136 AC_DEFUN([BUILDSYS_TOUCH_DEPS], [ |
137 $as_echo "$as_me: Touching .deps files" | 137 $as_echo "$as_me: Touching .deps files" |
138 for i in $(find . -name Makefile); do | 138 for i in $(find . -name Makefile); do |
139 touch $(dirname $i)/.deps | 139 touch -t 0001010000 $(dirname $i)/.deps |
140 done | 140 done |
141 ]) | 141 ]) |