diff libdha/Makefile @ 17288:4c86d2479aa2

use $(INSTALLSTRIP) consistently patch by Ville Skytt¸«£ closes bugzilla #178
author rathann
date Tue, 03 Jan 2006 00:24:17 +0000
parents f4b8d6abce22
children ce1ba8fd57e7
line wrap: on
line diff
--- a/libdha/Makefile	Mon Jan 02 23:22:13 2006 +0000
+++ b/libdha/Makefile	Tue Jan 03 00:24:17 2006 +0000
@@ -79,7 +79,7 @@
 
 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)