Author: diego Date: Mon Dec 14 04:09:09 2009 New Revision: 30030 Log: Improve declaration of phony targets. This prevents configure from being rerun all the time.
Modified: trunk/DOCS/xml/Makefile Modified: trunk/DOCS/xml/Makefile ============================================================================== --- trunk/DOCS/xml/Makefile Mon Dec 14 04:07:35 2009 (r30029) +++ trunk/DOCS/xml/Makefile Mon Dec 14 04:09:09 2009 (r30030) @@ -61,4 +61,5 @@ releaseclean: distclean: clean releaseclean -.PHONY: all help html-chunked* html-single* xmllint xmllint-* *clean* +.PHONY: all help html-chunked html-single xmllint +.PHONY: html-chunked-* html-single-* xmllint-* *clean* _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
