summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authordjm <djm>2008-03-13 01:05:40 +0000
committerdjm <djm>2008-03-13 01:05:40 +0000
commit6ee0d74fcb5263f3a4b401d8b66eaa36dc7c2404 (patch)
treeee33740f00b46c7f4218300ab2975eca0d33a753 /regress
parentb651a6332b6dc29d26e3eab0c1bb7b5530e26bd8 (diff)
downloadopenssh-6ee0d74fcb5263f3a4b401d8b66eaa36dc7c2404.tar.gz
- (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 'regress')
-rw-r--r--regress/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/Makefile b/regress/Makefile
index 7b571f7e..8224c11c 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