summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 38ffbdc3b..d327787b0 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.335 2013/03/05 22:23:59 tim Exp $ 1# $Id: Makefile.in,v 1.336 2013/03/07 15:37:13 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@
@@ -386,7 +386,7 @@ regress/modpipe$(EXEEXT): $(srcdir)/regress/modpipe.c
386 $(CC) $(CPPFLAGS) -o $@ $? \ 386 $(CC) $(CPPFLAGS) -o $@ $? \
387 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS) 387 $(LDFLAGS) -lopenbsd-compat -lssh -lopenbsd-compat $(LIBS)
388 388
389tests interop-tests: $(TARGETS) regress/modpipe 389tests interop-tests: $(TARGETS) regress/modpipe$(EXEEXT)
390 BUILDDIR=`pwd`; \ 390 BUILDDIR=`pwd`; \
391 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 391 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
392 [ -f `pwd`/regress/Makefile ] || \ 392 [ -f `pwd`/regress/Makefile ] || \