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:
parent
01d9bd1c49
commit
042a5a1cbd
1 changed files with 2 additions and 1 deletions
|
|
@ -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 +=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue