From 042a5a1cbd52b37405380240d82ed54146337f5b Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sun, 11 May 2003 19:02:51 +0000 Subject: Fix for 'clean' and 'broken' targets. Note that any whitespace after the last entry in each list will break make git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4783 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/test-suite/common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Examples/test-suite') diff --git a/Examples/test-suite/common.mk b/Examples/test-suite/common.mk index 15f682ab6..71ecc994e 100644 --- a/Examples/test-suite/common.mk +++ b/Examples/test-suite/common.mk @@ -38,6 +38,7 @@ DYNAMIC_LIB_PATH = $(RUNTIMEDIR):. # # Please keep test cases in alphabetical order. +# Note that any whitespace after the last entry in each list will break make # # Broken C++ test cases. (Can be run individually using make testcase.cpptest.) @@ -47,7 +48,7 @@ CPP_TEST_BROKEN += \ template_default_arg \ template_specialization_defarg \ template_specialization_enum \ - using_namespace + using_namespace # Broken C test cases. (Can be run individually using make testcase.ctest.) C_TEST_BROKEN += -- cgit v1.2.3