diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 17:16:43 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 17:16:43 +0000 |
commit | b96c2f2ed082cc5195ffb57f720bfe1f07076fa8 (patch) | |
tree | 99307214b6645e336db1bcaf427b617231c8d49b /Makefile | |
parent | 7ac3e16660a1ce3214a0645e8b802b7b8471e7dc (diff) |
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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)) |