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

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26823 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-05-18 17:16:43 +00:00
parent 7ac3e16660
commit b96c2f2ed0
1 changed files with 2 additions and 2 deletions

View File

@ -813,13 +813,13 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI_FILES)
###### installation rules ####### ###### installation rules #######
install: install-dirs $(INSTALL_TARGETS) install: $(INSTALL_TARGETS)
install-dirs: install-dirs:
$(INSTALL) -d $(BINDIR) $(INSTALL) -d $(BINDIR)
$(INSTALL) -d $(CONFDIR) $(INSTALL) -d $(CONFDIR)
install-%: %$(EXESUF) install-%: %$(EXESUF) install-dirs
$(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR) $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)
install-mplayer-man: $(foreach lang,$(MAN_LANG_ALL),install-mplayer-man-$(lang)) install-mplayer-man: $(foreach lang,$(MAN_LANG_ALL),install-mplayer-man-$(lang))