changeset 26791:daa735e525a4

install-mplayer and install-mencoder targets should depend on install-dirs.
author diego
date Sun, 18 May 2008 17:16:43 +0000
parents abfadf6ba341
children 722a17fd9f75
files Makefile
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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))