Use the install program detected by configure.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22588 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-14 23:34:17 +00:00
parent 2a3c9cf22f
commit 9dc0eed5b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)