--- embedaddon/libxml2/xstc/Makefile.am 2012/02/21 23:38:02 1.1.1.1 +++ embedaddon/libxml2/xstc/Makefile.am 2014/06/15 19:53:38 1.1.1.2 @@ -118,7 +118,7 @@ pytests: $(PYSCRIPTS) $(TESTDIRS) tests: -@(if [ -x $(PYTHON) ] ; then \ - $(MAKE) MAKEFLAGS+=--silent pytests ; fi); + $(MAKE) pytests ; fi); # # Heavy, works well only on RHEL3 @@ -126,7 +126,7 @@ tests: valgrind: -@(if [ -x $(PYTHON) ] ; then \ echo '## Running the regression tests under Valgrind' ; \ - $(MAKE) CHECKER='valgrind -q' MAKEFLAGS+=--silent pytests ; fi); + $(MAKE) CHECKER='valgrind -q' pytests ; fi); CLEANFILES=$(PYSCRIPTS) test.log