mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-23 22:05:06 +02:00
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@
This commit is contained in:
parent
00865c2969
commit
fd7a2dec65
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user