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:
William S Fulton 2003-09-01 16:01:07 +00:00
commit 8d43b172ca

View file

@ -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); \