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 8049f1423..3dc71feee 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
1# $Id: Makefile.in,v 1.287 2008/02/10 11:44:20 djm Exp $ 1# $Id: Makefile.in,v 1.288 2008/03/13 01:05:40 djm 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@
@@ -378,7 +378,7 @@ uninstall:
378 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8 378 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)8/ssh-keysign.8
379 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1 379 -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
380 380
381tests: $(TARGETS) 381tests interop-tests: $(TARGETS)
382 BUILDDIR=`pwd`; \ 382 BUILDDIR=`pwd`; \
383 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \ 383 [ -d `pwd`/regress ] || mkdir -p `pwd`/regress; \
384 [ -f `pwd`/regress/Makefile ] || \ 384 [ -f `pwd`/regress/Makefile ] || \