aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
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
commit224bd941400c7caa30e9d0acd9fdaf9c110755aa (patch)
tree9d857403951b693fbc5ce9d7574b0887c2fe7a83 /Makefile
parentImprove makefile (diff)
downloadlibsha2-224bd941400c7caa30e9d0acd9fdaf9c110755aa.tar.gz
libsha2-224bd941400c7caa30e9d0acd9fdaf9c110755aa.tar.bz2
libsha2-224bd941400c7caa30e9d0acd9fdaf9c110755aa.tar.xz
install_name_tool does not support --
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95f6335..413bdff 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ install:
mkdir -p -- "$(DESTDIR)$(MANPREFIX)/man3"
cp -- libsha2.a "$(DESTDIR)$(PREFIX)/lib"
cp -- libsha2.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libsha2.$(LIBMINOREXT)"
- $(FIX_INSTALL_NAME) -- "$(DESTDIR)$(PREFIX)/lib/libsha2.$(LIBMINOREXT)"
+ $(FIX_INSTALL_NAME) "$(DESTDIR)$(PREFIX)/lib/libsha2.$(LIBMINOREXT)"
ln -sf -- "libsha2.$(LIBMINOREXT).$(LIB_MINOR)" "$(DESTDIR)$(PREFIX)/lib/libsha2.$(LIBMAJOREXT)"
ln -sf -- "libsha2.$(LIBMAJOREXT)" "$(DESTDIR)$(PREFIX)/lib/libsha2.$(LIBEXT)"
cp -- libsha2.h "$(DESTDIR)$(PREFIX)/include"