summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-09-05 21:38:40 +1000
committerDamien Miller <djm@mindrot.org>2019-09-05 21:38:40 +1000
commitafdf27f5aceb4973b9f5308f4310c6e3fd8db1fb (patch)
tree8343edd259163cf59276a24b1d1c7becb494b40f /Makefile.in
parenta97609e850c57bd2cc2fe7e175fc35cb865bc834 (diff)
revert config.h/config.h.in freshness checks
turns out autoreconf and configure don't touch some files if their content doesn't change, so the mtime can't be relied upon in a makefile rule
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index de7757f93..8a450ce04 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -156,14 +156,10 @@ all: configure-check $(CONFIGFILES) $(MANPAGES) $(TARGETS)
156$(LIBSSH_OBJS): Makefile.in config.h 156$(LIBSSH_OBJS): Makefile.in config.h
157$(SSHOBJS): Makefile.in config.h 157$(SSHOBJS): Makefile.in config.h
158$(SSHDOBJS): Makefile.in config.h 158$(SSHDOBJS): Makefile.in config.h
159configure-check: configure config.h.in config.h 159configure-check: configure
160 160
161configure config.h.in: configure.ac aclocal.m4 161configure: configure.ac aclocal.m4
162 @echo "ERROR: configure or config.h.in are out of date; please run ${AUTORECONF} (and configure)" 1>&2 162 @echo "ERROR: configure is out of date; please run ${AUTORECONF} (and configure)" 1>&2
163 @exit 1
164
165config.h: config.h.in configure
166 @echo "ERROR: config.h is out of date; please run configure" 1>&2
167 @exit 1 163 @exit 1
168 164
169.c.o: 165.c.o: