Use install to strip symbols
authorMatthew Wild <mwild1@gmail.com>
Sun, 30 Nov 2008 19:36:30 +0000
changeset 513 cadc9d6db7d8
parent 512 eb50ee09c2bb
child 514 03d7da01843e
Use install to strip symbols
util-src/Makefile
--- 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: