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:
Jonathan Schleifer 2020-02-19 00:52:12 +01:00
parent 8a66174c54
commit 59839af13c
No known key found for this signature in database
GPG key ID: E2BCCE6B35E1AF8B
2 changed files with 4 additions and 18 deletions

View file

@ -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], [