Scilab: fix clean config cache

This commit is contained in:
Simon Marchetto 2013-08-22 18:32:34 +02:00
commit 2e30637a21

View file

@ -57,7 +57,7 @@ run_testcase = \
# Clean: remove the generated files
%.clean:
@rm -f builder.sce loader.sce cleaner.sce $*_wrap.c $*_wrap.cxx lib$*lib.* $(CONFIG_SITE) $(CONFIG_CACHE)
@rm -f builder.sce loader.sce cleaner.sce $*_wrap.c $*_wrap.cxx lib$*lib.* $(CONFIG_SITE) $(CONF_CACHE)
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile scilab_clean