From a5a2dd9be99c90c5f8d7a5442f703f7b02a3daf1 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 1 Sep 2003 16:49:04 +0000 Subject: [PATCH] Oops, fix for make clean-test-suite git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5044 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7ef1cdf1f..5dec6e7f1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -246,13 +246,13 @@ clean-gifplot: clean-test-suite: @echo cleaning Examples/test-suite - @$(MAKE) -k -s all-test-suite ACTION=clean + @$(MAKE) -k -s check-test-suite ACTION=clean clean-%-examples: @$(MAKE) -k -s check-$*-examples ACTION=clean clean-%-test-suite: - @$(MAKE) -k -s all-$*-test-suite ACTION=clean + @$(MAKE) -k -s check-$*-test-suite ACTION=clean clean-%-gifplot: @$(MAKE) -k -s check-$*-gifplot ACTION=clean