aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-05-11 19:02:51 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-05-11 19:02:51 +0000
commit042a5a1cbd52b37405380240d82ed54146337f5b (patch)
tree2575d5c213cecc33ca41e179298e248bc533aef8 /Examples/test-suite
parent01d9bd1c49fbec43eaba1dad733b84f3cdee7e43 (diff)
downloadswig-042a5a1cbd52b37405380240d82ed54146337f5b.tar.gz
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
Diffstat (limited to 'Examples/test-suite')
-rw-r--r--Examples/test-suite/common.mk3
1 files changed, 2 insertions, 1 deletions
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 +=