From 664299613492f3c1227cba631c3dc0d75965d622 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 13 Mar 2008 12:05:40 +1100 Subject: - (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note to self: make changes to Makefile.in next time, not the generated Makefile). --- regress/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'regress/Makefile') 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 -- cgit v1.2.3