Simplify phony target declaration.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28250 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2009-01-04 23:27:03 +00:00
parent a1397b3a14
commit 2c2cd673c8
1 changed files with 1 additions and 2 deletions

View File

@ -79,5 +79,4 @@ endef
$(foreach lang, $(DOC_LANG_ALL),$(eval $(call lang-def,$(lang))))
.PHONY: all help html-chunked* chunked-dir html-single* single-dir xmllint*
.PHONY: clean-html-chunked clean-html-single releaseclean* distclean* clean*
.PHONY: all help html-chunked* chunked-dir html-single* single-dir xmllint* *clean*