14 Mar
2007
14 Mar
'07
7:34 p.m.
Author: diego Date: Thu Mar 15 00:34:17 2007 New Revision: 22588 Modified: trunk/libdha/Makefile Log: Use the install program detected by configure. Modified: trunk/libdha/Makefile ============================================================================== --- trunk/libdha/Makefile (original) +++ trunk/libdha/Makefile Thu Mar 15 00:34:17 2007 @@ -72,7 +72,7 @@ dep depend: pci_names.c 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)