From ff596ace9889edce966eba40996ef1d6bb44481e Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Wed, 17 Jan 2001 02:07:09 +0000 Subject: [PATCH] (check-xml): New target. (check): Depend on `check-xml'. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@999 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Makefile.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 7e18bdf42..5a7e0b5ec 100644 --- a/Makefile.in +++ b/Makefile.in @@ -55,7 +55,7 @@ DOH: Modules: @cd $(SOURCE)/Modules; $(MAKE) -.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH +.PHONY: Modules1.1 Modules Swig Preprocessor LParse DOH ##################################################################### # Runtime libraries @@ -150,7 +150,12 @@ check-c++-examples: $(skip-python) || (cd Examples/C++/Python && $(chk)) $(skip-java) || (cd Examples/C++/Java && $(chk)) -check: check-aliveness check-examples check-gifplot-example check-c++-examples +check-xml: + cd Examples/xml && $(chk) + +check: check-aliveness \ + check-examples check-gifplot-example check-c++-examples \ + check-xml ##################################################################### # CLEAN