summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-10-30 06:36:24 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:15:50 +0200
commita92b4adf61c4f2a77822326d18b983e7e8fb21fb (patch)
tree4f26926e53415d67dd41ae99523e9995cf01d509 /Makefile
parented3a57ae28abcfb5f7bb29b1a678e3574a50bd97 (diff)
downloadmpv-a92b4adf61c4f2a77822326d18b983e7e8fb21fb.tar.bz2
mpv-a92b4adf61c4f2a77822326d18b983e7e8fb21fb.tar.xz
Makefile: remote obsolete dep/depend targets, mark "locales" phony
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 02408b6ca6..428672e7ee 100644
--- a/Makefile
+++ b/Makefile
@@ -754,8 +754,6 @@ all: $(ALL_PRG-yes) locales
%-rc.o: %.rc
$(WINDRES) -I. $< $@
-dep depend: $(DEPS)
-
mencoder$(EXESUF): $(MENCODER_DEPS)
mencoder$(EXESUF): EXTRALIBS += $(EXTRALIBS_MENCODER)
mplayer$(EXESUF): $(MPLAYER_DEPS)
@@ -1073,8 +1071,8 @@ dhahelperwinclean:
-include $(DEPS)
-.PHONY: all doxygen *install* *tools drivers dhahelper*
-.PHONY: checkheaders *clean dep depend tests
+.PHONY: all doxygen locales *install* *tools drivers dhahelper*
+.PHONY: checkheaders *clean tests
# Disable suffix rules. Most of the builtin rules are suffix rules,
# so this saves some time on slow systems.