aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2004-09-24 12:14:55 +0000
committerDaniel Veillard <veillard@src.gnome.org>2004-09-24 12:14:55 +0000
commit522780e74fb5482b6d4efb7e4944a80cdb7af709 (patch)
tree5017a60651c578c5b4a870c35f15f05eab1b3479 /Makefile.am
parent49e8963c640865343327c67d4755a1af705717d3 (diff)
downloadandroid_external_libxml2-522780e74fb5482b6d4efb7e4944a80cdb7af709.tar.gz
android_external_libxml2-522780e74fb5482b6d4efb7e4944a80cdb7af709.tar.bz2
android_external_libxml2-522780e74fb5482b6d4efb7e4944a80cdb7af709.zip
fixed make valgrind xstc Daniel
* Makefile.am: fixed make valgrind xstc Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 698d558f..adb13adf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -970,7 +970,7 @@ SchemasPythonTests:
echo "## It is normal to see 6 errors reported" ; \
$(CHECKER) $(PYTHON) $(srcdir)/check-xsddata-test-suite.py ; \
fi)
- @(if [ -x $(PYTHON) -a -d xstc ] ; then cd xstc ; $(MAKE) CHECKER=$(CHECKER) MAKEFLAGS+=--silent pytests ; fi)
+ @(if [ -x $(PYTHON) -a -d xstc ] ; then cd xstc ; $(MAKE) CHECKER="$(CHECKER)" MAKEFLAGS+=--silent pytests ; fi)
cleanup:
-@(find . -name .\#\* -exec rm {} \;)