summaryrefslogtreecommitdiff
path: root/regress/Makefile
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-03-13 12:05:40 +1100
committerDamien Miller <djm@mindrot.org>2008-03-13 12:05:40 +1100
commit664299613492f3c1227cba631c3dc0d75965d622 (patch)
tree0817fddf98c36d189d9429cdc3aae822d28581bd /regress/Makefile
parentaf78493bba42cd4351eded064fb63b81fa2867a9 (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 'regress/Makefile')
-rw-r--r--regress/Makefile2
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
4tests: $(REGRESS_TARGETS) 4tests: $(REGRESS_TARGETS)
5 5
6# Interop tests are not run by default 6# Interop tests are not run by default
7interop: t-exec-interop 7interop interop-tests: t-exec-interop
8 8
9clean: 9clean:
10 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done 10 for F in $(CLEANFILES); do rm -f $(OBJ)$$F; done