Install targets should not remove files.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22590 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 00:29:50 +00:00
parent c27848dddf
commit bc1914ecad
1 changed files with 0 additions and 1 deletions

View File

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