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
This commit is contained in:
William S Fulton 2003-05-11 19:02:51 +00:00
commit 042a5a1cbd

View file

@ -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 +=