summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2013-03-22 10:14:32 -0700
committerTim Rice <tim@multitalents.net>2013-03-22 10:14:32 -0700
commit75db01d2ce29a85f8e5a2aff2011446896cf3f8a (patch)
tree58872ea1cbe2e7a4811d9fb23a8a392a7fa813ef /Makefile.in
parent221b4b2436ac78a65c3b775c25ccd396a1fed208 (diff)
- (tim) [Makefile.in] remove some duplication introduced in 20130220 commit.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files changed, 4 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index d327787b0..62bacd6fc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.336 2013/03/07 15:37:13 tim Exp $ 1# $Id: Makefile.in,v 1.337 2013/03/22 17:14:33 tim Exp $
2 2
3# uncomment if you run a non bourne compatable shell. Ie. csh 3# uncomment if you run a non bourne compatable shell. Ie. csh
4#SHELL = @SH@ 4#SHELL = @SH@
@@ -382,15 +382,14 @@ uninstall:
382 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 382 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
383 383
384regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c 384regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
385 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 385 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress
386 [ -f `pwd`/regress/Makefile ] || \
387 ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile
386 $(CC) $(CPPFLAGS) -o $@ $? \ 388 $(CC) $(CPPFLAGS) -o $@ $? \
387 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 389 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
388 390
389tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT) 391tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
390 BUILDDIR=`pwd`; \ 392 BUILDDIR=`pwd`; \
391 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
392 [ -f `pwd`/regress/Makefile ] || \
393 ln -s `cd $(srcdir) && pwd`/regress/Makefile `pwd`/regress/Makefile ; \
394 TEST_SHELL="@TEST_SHELL@"; \ 393 TEST_SHELL="@TEST_SHELL@"; \
395 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \ 394 TEST_SSH_SSH="$${BUILDDIR}/ssh"; \
396 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \ 395 TEST_SSH_SSHD="$${BUILDDIR}/sshd"; \