summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 17:16:43 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 17:16:43 +0000
commitb96c2f2ed082cc5195ffb57f720bfe1f07076fa8 (patch)
tree99307214b6645e336db1bcaf427b617231c8d49b /Makefile
parent7ac3e16660a1ce3214a0645e8b802b7b8471e7dc (diff)
downloadmpv-b96c2f2ed082cc5195ffb57f720bfe1f07076fa8.tar.bz2
mpv-b96c2f2ed082cc5195ffb57f720bfe1f07076fa8.tar.xz
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
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 22d95f972e..6b64be9702 100644
--- a/Makefile
+++ b/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))