[openssh-commits] [openssh] 01/01: Provide explicit path to configure-check.
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Sep 6 14:10:27 AEST 2019
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit fd7a2dec652b9efc8e97f03f118f935dce732c60
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Sep 6 14:07:10 2019 +1000
Provide explicit path to configure-check.
On some platforms (at least OpenBSD) make won't search VPATH for target
files, so building out-of-tree will fail at configure-check. Provide
explicit path. ok djm@
---
Makefile.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile.in b/Makefile.in
index 8a450ce0..adb1977e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -156,9 +156,9 @@ all: configure-check $(CONFIGFILES) $(MANPAGES) $(TARGETS)
$(LIBSSH_OBJS): Makefile.in config.h
$(SSHOBJS): Makefile.in config.h
$(SSHDOBJS): Makefile.in config.h
-configure-check: configure
+configure-check: $(srcdir)/configure
-configure: configure.ac aclocal.m4
+$(srcdir)/configure: configure.ac aclocal.m4
@echo "ERROR: configure is out of date; please run ${AUTORECONF} (and configure)" 1>&2
@exit 1
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list