Set SRCDIR when calling test-suite clean targets, in case it's needed

This commit is contained in:
Karl Wette 2014-05-29 01:13:42 +02:00
commit 3fe1eb7056
16 changed files with 16 additions and 16 deletions

View file

@ -66,7 +66,7 @@ run_multitestcase = \
done
# Clean
clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile r_clean
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" r_clean
%.clean:
@rm -f $*.R $*_wrap.so $*_wrap.cpp $*_wrap.c $*_wrap.o $*_runme.Rout $*.Rout