Makefile: remote obsolete dep/depend targets, mark "locales" phony

This commit is contained in:
Uoti Urpala 2010-10-30 06:36:24 +03:00
parent ed3a57ae28
commit a92b4adf61
1 changed files with 2 additions and 4 deletions

View File

@ -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.