[MPlayer-cvslog] r26823 - trunk/Makefile

diego subversion at mplayerhq.hu
Sun May 18 19:16:44 CEST 2008


Author: diego
Date: Sun May 18 19:16:43 2008
New Revision: 26823

Log:
install-mplayer and install-mencoder targets should depend on install-dirs.


Modified:
   trunk/Makefile

Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile	(original)
+++ trunk/Makefile	Sun May 18 19:16:43 2008
@@ -813,13 +813,13 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI
 
 ###### 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))



More information about the MPlayer-cvslog mailing list