summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 23:24:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-03-12 23:24:42 +0000
commit74c95fdffbec188631873815eea39bdbf4bb2fe5 (patch)
tree0f2ec361b34570a3c9df16a80130dc179392fe74 /Makefile
parente2b1eac8a5494424dcb5be9cef4241dc4ee99814 (diff)
downloadmpv-74c95fdffbec188631873815eea39bdbf4bb2fe5.tar.bz2
mpv-74c95fdffbec188631873815eea39bdbf4bb2fe5.tar.xz
dirclean target was removed, don't mark as phony.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22539 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 62680b5e24..172aa39c00 100644
--- a/Makefile
+++ b/Makefile
@@ -426,5 +426,5 @@ libass/libass.a: .norecurse $(wildcard libass/*.[ch])
-include .depend
-.PHONY: all install* uninstall dirclean clean distclean strip dep depend
+.PHONY: all install* uninstall clean distclean strip dep depend
.PHONY: doxygen doxygen_clean