diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 241140d7..a1b1699b 100644 --- a/configure.in +++ b/configure.in @@ -150,9 +150,8 @@ else fi AC_OUTPUT(Makefile, [ -# Makefile uses this timestamp file to know when to remake Makefile, -# build.sh, and glob/Makefile. -touch stamp-config]) + echo "You can ignore any makedepend error messages"; + makedepend -I$srcdir -I. -fMakefile *.c]) dnl Local Variables: dnl comment-start: "dnl " |