diff options
author | Edward Rudd | 2004-01-06 00:32:46 +0000 |
---|---|---|
committer | Edward Rudd | 2004-01-06 00:32:46 +0000 |
commit | 60f9107f5a4e68f6a4f22721cc4f43fb8575807f (patch) | |
tree | 28b968c4d2c9587cf9d6d15768ad0f6f5fa0b767 /Makefile.in | |
parent | e2dfccb52240fd943ec6f1f2b8260f86d24d4cd2 (diff) |
update m4 files
release 1.92
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
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 | ||
113 | depend: $(SOURCES) $(HEADERS) | 113 | depend: $(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 | ||
118 | include $(builddir)/.deps | 118 | include $(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 | ||
130 | config.h: stamp-h | 130 | config.h: stamp-h |
131 | |||
131 | stamp-h: config.h.in config.status | 132 | stamp-h: config.h.in config.status |
132 | ./config.status | 133 | ./config.status |
133 | 134 | ||