diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-13 12:05:40 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-13 12:05:40 +1100 |
commit | 664299613492f3c1227cba631c3dc0d75965d622 (patch) | |
tree | 0817fddf98c36d189d9429cdc3aae822d28581bd /Makefile.in | |
parent | af78493bba42cd4351eded064fb63b81fa2867a9 (diff) |
- (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to
self: make changes to Makefile.in next time, not the generated Makefile).
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
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 | ||
381 | tests: $(TARGETS) | 381 | tests 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 ] || \ |