Fix D test-suite clean
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12399 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
53bb72333d
commit
2a449306f1
1 changed files with 2 additions and 2 deletions
|
|
@ -76,6 +76,6 @@ run_testcase = \
|
|||
|
||||
# Clean: remove testcase directories
|
||||
%.clean:
|
||||
@if [ -d $* ]; then \
|
||||
rm -rf $*; \
|
||||
@if [ -d $*$(VERSIONSUFFIX) ]; then \
|
||||
rm -rf $*$(VERSIONSUFFIX); \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue