[MPlayer-cvslog] r22588 - trunk/libdha/Makefile
diego
subversion at mplayerhq.hu
Thu Mar 15 00:34:17 CET 2007
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)
More information about the MPlayer-cvslog
mailing list