Mercurial > mplayer.hg
changeset 22572:a5e0e1210f0f
Install targets should not remove files.
author | diego |
---|---|
date | Thu, 15 Mar 2007 00:29:50 +0000 |
parents | f02e65d6586f |
children | 749da6290adc |
files | libdha/Makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libdha/Makefile Wed Mar 14 23:37:48 2007 +0000 +++ b/libdha/Makefile Thu Mar 15 00:29:50 2007 +0000 @@ -70,7 +70,6 @@ install: -mkdir -p $(LIBDIR) $(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME) - rm -f $(LIBDIR)/libdha.so ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME) -$(LDCONFIG)