From a92b4adf61c4f2a77822326d18b983e7e8fb21fb Mon Sep 17 00:00:00 2001 From: Uoti Urpala Date: Sat, 30 Oct 2010 06:36:24 +0300 Subject: Makefile: remote obsolete dep/depend targets, mark "locales" phony --- Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Makefile') 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. -- cgit v1.2.3