Changeset

513:cadc9d6db7d8

Use install to strip symbols
author Matthew Wild <mwild1@gmail.com>
date Sun, 30 Nov 2008 19:36:30 +0000
parents 512:eb50ee09c2bb
children 514:03d7da01843e
files util-src/Makefile
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/util-src/Makefile	Sun Nov 30 19:31:43 2008 +0000
+++ b/util-src/Makefile	Sun Nov 30 19:36:30 2008 +0000
@@ -12,8 +12,7 @@
 all: encodings.so hashes.so
 
 install: encodings.so hashes.so
-	strip *.so
-	cp *.so ../util/
+	install -s *.so ../util/
 	
 
 clean: