Improve declaration of phony targets.

This prevents configure from being rerun all the time.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30030 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-12-14 03:09:09 +00:00
parent 1586e9212d
commit 055694d3cd
1 changed files with 2 additions and 1 deletions

View File

@ -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*