use $(INSTALLSTRIP) consistently

patch by Ville Skyttä
closes bugzilla #178


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17289 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2006-01-03 00:24:17 +00:00
parent e55d0e680f
commit 9bdbfdf2aa
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ depend: pci_names.c
install:
mkdir -p $(LIBDIR)
install -m 755 -s -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
install -m 755 $(INSTALLSTRIP) -p $(LIBNAME) $(LIBDIR)/$(LIBNAME)
rm -f $(LIBDIR)/libdha.so
ln -sf $(LIBNAME) $(LIBDIR)/$(SHORTNAME)
ifeq ($(TARGET_OS),OpenBSD)

View File

@ -162,7 +162,7 @@ depend:
install:
mkdir -p $(LIBDIR)/mplayer/vidix
-install -m 755 -s -p *.so $(LIBDIR)/mplayer/vidix
-install -m 755 $(INSTALLSTRIP) -p *.so $(LIBDIR)/mplayer/vidix
uninstall:
rm -f $(LIBDIR)/mplayer/vidix/*.so
rmdir -p --ignore-fail-on-non-empty $(LIBDIR)/mplayer/vidix