From: Arnaud Giersch Date: Wed, 13 Jul 2011 12:26:30 +0000 (+0200) Subject: Remove old reference to $(XML_DEV_FILES) and to rule "xml". X-Git-Tag: v0.1~35 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/92739e09e571752f0ce2f6fb0a22beccf25524cf?ds=inline Remove old reference to $(XML_DEV_FILES) and to rule "xml". --- diff --git a/Makefile b/Makefile index 5b0d491..59afd30 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ full: echo $(MAKE) "$$target"; \ $(MAKE) "$$target"; \ done - $(MAKE) xml $(DEFAULT_TARGETS) + $(MAKE) $(DEFAULT_TARGETS) clean: $(RM) core core.[0-9]* vgcore.[0-9]* @@ -71,7 +71,6 @@ clean: realclean: clean $(RM) $(FLAVOURED_LOBA) - $(RM) $(XML_DEV_FILES) $(RM) *~ .%.d: %.c ; $(MAKEDEPEND.C)