Mercurial > mplayer.hg
changeset 22570:3ddc79315de0
Use the install program detected by configure.
author | diego |
---|---|
date | Wed, 14 Mar 2007 23:34:17 +0000 |
parents | 1882b3c86bd7 |
children | f02e65d6586f |
files | libdha/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Wed Mar 14 23:08:34 2007 +0000 +++ b/libdha/Makefile Wed Mar 14 23:34:17 2007 +0000 @@ -72,7 +72,7 @@ install: -mkdir -p $(LIBDIR) - install -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME) + $(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME) rm -f $(LIBDIR)/libdha.so ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME) -$(LDCONFIG)