aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 20:50:29 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 20:50:29 +0100
commitf746629ab4cd79edaef80315a623cd0244fc2f76 (patch)
tree5e458111f2662ddc1dba5cd9dc3800cf3619def7
parentImprove makefile (diff)
downloadlibsha1-f746629ab4cd79edaef80315a623cd0244fc2f76.tar.gz
libsha1-f746629ab4cd79edaef80315a623cd0244fc2f76.tar.bz2
libsha1-f746629ab4cd79edaef80315a623cd0244fc2f76.tar.xz
install_name_tool does not support --
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 397f50a..d1eec86 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ install: libsha1.a libsha1.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man3"
cp -- libsha1.a "$(DESTDIR)$(PREFIX)/lib"
cp -- libsha1.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBMINOREXT)"
- $(FIX_INSTALL_NAME) -- "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBMINOREXT)"
+ $(FIX_INSTALL_NAME) "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBMINOREXT)"
ln -sf -- "libsha1.$(LIBMINOREXT).$(LIB_MINOR)" "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBMAJOREXT)"
ln -sf -- "libsha1.$(LIBMAJOREXT)" "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBEXT)"
cp -- libsha1.h "$(DESTDIR)$(PREFIX)/include"