fixes for make clean

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9313 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2006-09-20 20:21:24 +00:00
commit a3831af152
3 changed files with 3 additions and 3 deletions

View file

@ -41,7 +41,7 @@ run_testcase = \
# Clean: (does nothing, we dont generate extra cffi code)
%.clean:
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile cffi_clean

View file

@ -41,7 +41,7 @@ run_testcase = \
# Clean: (does nothing, we dont generate extra clisp code)
%.clean:
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile clisp_clean

View file

@ -41,7 +41,7 @@ run_testcase = \
# Clean: (does nothing, we dont generate extra uffi code)
%.clean:
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile uffi_clean