mirror of https://github.com/mpv-player/mpv
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:
parent
7ac3e16660
commit
b96c2f2ed0
4
Makefile
4
Makefile
|
@ -813,13 +813,13 @@ $(VIDIX_DEPS) $(VIDIX_OBJS): $(VIDIX_PCI_FILES)
|
|||
|
||||
###### 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))
|
||||
|
|
Loading…
Reference in New Issue