fix to ensure the gifplot clean doesn't break clean when using multiple build directories
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5042 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3cc2979dfc
commit
8d43b172ca
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ check-gifplot: \
|
|||
|
||||
check-%-gifplot: gifplot-library
|
||||
@passed=true; \
|
||||
up=`Tools/capitalize $*`; \
|
||||
up=`$(srcdir)/Tools/capitalize $*`; \
|
||||
dir="Examples/GIFPlot/$$up"; \
|
||||
if $(skip-$*); then \
|
||||
echo skipping $$up $(ACTION); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue