- (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
This commit is contained in:
parent
221b4b2436
commit
75db01d2ce
|
@ -1,3 +1,6 @@
|
||||||
|
20120323
|
||||||
|
- (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
|
||||||
|
|
||||||
20120322
|
20120322
|
||||||
- (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
|
- (djm) [contrib/ssh-copy-id contrib/ssh-copy-id.1] Updated to Phil
|
||||||
Hands' greatly revised version.
|
Hands' greatly revised version.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $Id: Makefile.in,v 1.336 2013/03/07 15:37:13 tim Exp $
|
# $Id: Makefile.in,v 1.337 2013/03/22 17:14:33 tim Exp $
|
||||||
|
|
||||||
# uncomment if you run a non bourne compatable shell. Ie. csh
|
# uncomment if you run a non bourne compatable shell. Ie. csh
|
||||||
#SHELL = @SH@
|
#SHELL = @SH@
|
||||||
|
@ -382,15 +382,14 @@ uninstall:
|
||||||
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
-rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
|
||||||
|
|
||||||
regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
|
regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
|
||||||
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
|
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress
|
||||||
|
[ -f `pwd`/regress/Makefile ] || \
|
||||||
|
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile
|
||||||
$(CC) $(CPPFLAGS) -o $@ $? \
|
$(CC) $(CPPFLAGS) -o $@ $? \
|
||||||
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
|
$(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
|
||||||
|
|
||||||
tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
|
tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
|
||||||
BUILDDIR=`pwd`; \
|
BUILDDIR=`pwd`; \
|
||||||
[ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
|
|
||||||
[ -f `pwd`/regress/Makefile ] || \
|
|
||||||
ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
|
|
||||||
TEST_SHELL="@TEST_SHELL@"; \
|
TEST_SHELL="@TEST_SHELL@"; \
|
||||||
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
|
TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
|
||||||
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
|
TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \
|
||||||
|
|
Loading…
Reference in New Issue