From bc1914ecad29c56abbd09a06b4790ec85be9a1c6 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 15 Mar 2007 00:29:50 +0000 Subject: [PATCH] Install targets should not remove files. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22590 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libdha/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libdha/Makefile b/libdha/Makefile index 93301a896c..a400e99146 100644 --- a/libdha/Makefile +++ b/libdha/Makefile @@ -70,7 +70,6 @@ dep depend: pci_names.c install: -mkdir -p $(LIBDIR) $(INSTALL) -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME) - rm -f $(LIBDIR)/libdha.so ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME) -$(LDCONFIG)