diff options
author | Damien Miller <djm@mindrot.org> | 2008-03-13 02:05:40 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2008-03-13 02:05:40 +0100 |
commit | 664299613492f3c1227cba631c3dc0d75965d622 (patch) | |
tree | 0817fddf98c36d189d9429cdc3aae822d28581bd /regress/Makefile | |
parent | - djm@cvs.openbsd.org 2007/12/21 04:13:53 (diff) | |
download | openssh-664299613492f3c1227cba631c3dc0d75965d622.tar.xz openssh-664299613492f3c1227cba631c3dc0d75965d622.zip |
- (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 '')
-rw-r--r-- | regress/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile index 7b571f7ec..8224c11c2 100644 --- a/regress/Makefile +++ b/regress/Makefile @@ -4,7 +4,7 @@ REGRESS_TARGETS= t1 t2 t3 t4 t5 t6 t7 t-exec tests: $(REGRESS_TARGETS) # Interop tests are not run by default -interop: t-exec-interop +interop interop-tests: t-exec-interop clean: for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done |