Mercurial > mplayer.hg
changeset 27759:6fdb5269fe86
Create LIBDIR for binary codecs upon make install.
author | diego |
---|---|
date | Thu, 16 Oct 2008 20:25:41 +0000 |
parents | 7929bcb921e9 |
children | 1109b6364da9 |
files | Makefile configure |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Oct 16 20:23:22 2008 +0000 +++ b/Makefile Thu Oct 16 20:25:41 2008 +0000 @@ -814,7 +814,7 @@ install: $(INSTALL_TARGETS-yes) install-dirs: - $(INSTALL) -d $(BINDIR) $(CONFDIR) + $(INSTALL) -d $(BINDIR) $(CONFDIR) $(LIBDIR) install-%: %$(EXESUF) install-dirs $(INSTALL) -m 755 $(INSTALLSTRIP) $< $(BINDIR)