Make use of -include again
OpenBSD make supports it now, so there's no need anymore to touch empty deps files.
This commit is contained in:
parent
8a66174c54
commit
59839af13c
2 changed files with 4 additions and 18 deletions
|
@ -108,15 +108,6 @@ AC_DEFUN([BUILDSYS_INIT], [
|
|||
fi
|
||||
])
|
||||
])
|
||||
|
||||
AC_CONFIG_COMMANDS_POST([
|
||||
${as_echo:="echo"} ${as_me:="configure"}": touching .deps files"
|
||||
for i in $(find . -name Makefile); do
|
||||
DEPSFILE="$(dirname $i)/.deps"
|
||||
test -f "$DEPSFILE" && rm "$DEPSFILE"
|
||||
touch -t 0001010000 "$DEPSFILE"
|
||||
done
|
||||
])
|
||||
])
|
||||
|
||||
AC_DEFUN([BUILDSYS_CHECK_IOS], [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue