summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.