summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b256166..db37dae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -262,3 +262,10 @@ $(srcdir)/config.h.in: stamp-h.in
$(srcdir)/stamp-h.in: configure.in aclocal.m4 acconfig.h
cd $(srcdir) && autoheader
date >$(srcdir)/stamp-h.in
+
+depend $(DEPEND): $(ALL_CFILES)
+ (cd $(srcdir) && $(CC) $(CC_FLAGS) -MM $(ALL_CFILES);) >$(DEPEND)
+
+##############################################################################
+
+@DEPEND_FILE@