summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in9
1 files 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