aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 22:05:29 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 22:05:29 +0100
commit57b960b7b5a55026ffae03b3582477bc2d626d65 (patch)
tree9fbd5a71c7b2facb8aa2093baab00e19f0b062a4 /Makefile
parentinstall_name_tool does not support -- (diff)
downloadlibsha1-57b960b7b5a55026ffae03b3582477bc2d626d65.tar.gz
libsha1-57b960b7b5a55026ffae03b3582477bc2d626d65.tar.bz2
libsha1-57b960b7b5a55026ffae03b3582477bc2d626d65.tar.xz
Fix makefile
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 d1eec86..ef4f5a7 100644
--- a/Makefile
+++ b/Makefile
@@ -96,7 +96,7 @@ install: libsha1.a libsha1.$(LIBEXT)
cp -- libsha1.a "$(DESTDIR)$(PREFIX)/lib"
cp -- libsha1.$(LIBEXT) "$(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.$(LIBMINOREXT)" "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBMAJOREXT)"
ln -sf -- "libsha1.$(LIBMAJOREXT)" "$(DESTDIR)$(PREFIX)/lib/libsha1.$(LIBEXT)"
cp -- libsha1.h "$(DESTDIR)$(PREFIX)/include"
cp -- $(MAN0) "$(DESTDIR)$(MANPREFIX)/man0"