diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:36:30 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-30 19:36:30 +0000 |
commit | 464b5d6c0f2481c38c83874b165e3f7a07fcc883 (patch) | |
tree | 093178e93a2931ebcbdb5a231c2188c0518bf7ce /util-src/Makefile | |
parent | 8edf67c555681b333e20aef667dc09d086a0384f (diff) | |
download | prosody-464b5d6c0f2481c38c83874b165e3f7a07fcc883.tar.gz prosody-464b5d6c0f2481c38c83874b165e3f7a07fcc883.zip |
Use install to strip symbols
Diffstat (limited to 'util-src/Makefile')
-rw-r--r-- | util-src/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/util-src/Makefile b/util-src/Makefile index 04f9d7cb..fdb689dd 100644 --- a/util-src/Makefile +++ b/util-src/Makefile @@ -12,8 +12,7 @@ OPENSSL_LIB?=crypto all: encodings.so hashes.so install: encodings.so hashes.so - strip *.so - cp *.so ../util/ + install -s *.so ../util/ clean: |