summaryrefslogtreecommitdiffstatsabout
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index e3c7142..7c00d0a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,7 +112,7 @@ $(builddir)/.deps: depend
112 112
113depend: $(SOURCES) $(HEADERS) 113depend: $(SOURCES) $(HEADERS)
114 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \ 114 if test -n "`ls $(srcdir)/*.c 2> /dev/null`"; then \
115 $(CC) -MM -MT $(TARGET) -I@APACHE_INCDIR@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \ 115 $(CC) -MM -I@APACHE_INCDIR@ $(INCLUDES) -DHAVE_CONFIG_H $(srcdir)/*.c > $(builddir)/.deps || true; \
116 fi 116 fi
117 117
118include $(builddir)/.deps 118include $(builddir)/.deps
@@ -128,6 +128,7 @@ $(srcdir)/stamp-h.in: configure.ac aclocal.m4
128 echo timestamp > $(srcdir)/stamp-h.in 128 echo timestamp > $(srcdir)/stamp-h.in
129 129
130config.h: stamp-h 130config.h: stamp-h
131
131stamp-h: config.h.in config.status 132stamp-h: config.h.in config.status
132 ./config.status 133 ./config.status
133 134