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
commitfa3dec6c888e7e62520bbfcf813b8f730c07a46c (patch)
tree01cc9569c464e8f83e8d64e40bd86b9dc818e2dc /Makefile
parentm makefile (diff)
downloadlibtracebitmap-fa3dec6c888e7e62520bbfcf813b8f730c07a46c.tar.gz
libtracebitmap-fa3dec6c888e7e62520bbfcf813b8f730c07a46c.tar.bz2
libtracebitmap-fa3dec6c888e7e62520bbfcf813b8f730c07a46c.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 88f643d..02b0018 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ install: libtracebitmap.a libtracebitmap.$(LIBEXT)
mkdir -p -- "$(DESTDIR)$(PREFIX)/include"
cp -- libtracebitmap.a "$(DESTDIR)$(PREFIX)/lib/"
cp -- libtracebitmap.$(LIBEXT) "$(DESTDIR)$(PREFIX)/lib/libtracebitmap.$(LIBMINOREXT)"
- $(FIX_INSTALL_NAME) -- "$(DESTDIR)$(PREFIX)/lib/libtracebitmap.$(LIBMINOREXT)"
+ $(FIX_INSTALL_NAME) "$(DESTDIR)$(PREFIX)/lib/libtracebitmap.$(LIBMINOREXT)"
ln -sf -- libtracebitmap.$(LIBMINOREXT) "$(DESTDIR)$(PREFIX)/lib/libtracebitmap.$(LIBMAJOREXT)"
ln -sf -- libtracebitmap.$(LIBMAJOREXT) "$(DESTDIR)$(PREFIX)/lib/libtracebitmap.$(LIBEXT)"
cp -- libtracebitmap.h "$(DESTDIR)$(PREFIX)/include/"