summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 92ba0b37e..ec02b6889 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -310,7 +310,7 @@ depend: depend-rebuild
310depend-rebuild: 310depend-rebuild:
311 rm -f config.h 311 rm -f config.h
312 touch config.h 312 touch config.h
313 makedepend -w1000 -Y. -f .depend *.c 2>/dev/null 313 makedepend -w1 -Y. -f .depend *.c 2>/dev/null
314 rm -f config.h 314 rm -f config.h
315 315
316depend-check: depend-rebuild 316depend-check: depend-rebuild