14 Mar
2007
14 Mar
'07
8:29 p.m.
Author: diego Date: Thu Mar 15 01:29:50 2007 New Revision: 22590 Modified: trunk/libdha/Makefile Log: Install targets should not remove files. Modified: trunk/libdha/Makefile ============================================================================== --- trunk/libdha/Makefile (original) +++ trunk/libdha/Makefile Thu Mar 15 01:29:50 2007 @@ -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)