use instead of make
git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@569 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
parent
8e81bc8b2b
commit
11c8896368
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ dist-hook:
|
|||
find $(distdir) -name .libs -o -name "*~" -o -name ".*" -o -name "*.o" -o -name "*.lo" -o -name CVS -o -name autom4te.cache | xargs rm -rf
|
||||
|
||||
clean-local: testclean
|
||||
[ ! -d "$(SYNC4J_SUBDIR)" ] || (cd $(SYNC4J_SUBDIR) && make clean)
|
||||
[ ! -d "$(SYNC4J_SUBDIR)" ] || (cd $(SYNC4J_SUBDIR) && $(MAKE) clean)
|
||||
|
||||
# files created during testing
|
||||
testclean:
|
||||
|
|
Loading…
Reference in a new issue