# HG changeset patch # User diego # Date 1211131003 0 # Node ID daa735e525a4e0bc85f0d0eba452c4d69942adec # Parent abfadf6ba3417d5ebc0066ee8e6fa3bd666e7045 install-mplayer and install-mencoder targets should depend on install-dirs. diff -r abfadf6ba341 -r daa735e525a4 Makefile --- a/Makefile Sun May 18 17:12:49 2008 +0000 +++ b/Makefile Sun May 18 17:16:43 2008 +0000 @@ -813,13 +813,13 @@ ###### installation rules ####### -install: install-dirs $(INSTALL_TARGETS) +install: $(INSTALL_TARGETS) install-dirs: $(INSTALL) -d $(BINDIR) $(INSTALL) -d $(CONFDIR) -install-%: %$(EXESUF) +install-%: %$(EXESUF) install-dirs $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) install-mplayer-man: $(foreach lang,$(MAN_LANG_ALL),install-mplayer-man-$(lang))