Set SRCDIR when calling test-suite clean targets, in case it's needed
This commit is contained in:
parent
cc0738bbda
commit
3fe1eb7056
16 changed files with 16 additions and 16 deletions
|
|
@ -56,7 +56,7 @@ run_testcase = \
|
|||
@exit 0
|
||||
|
||||
clean:
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile lua_clean
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" lua_clean
|
||||
|
||||
cvsignore:
|
||||
@echo '*wrap* *.so *.dll *.exp *.lib'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue