aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 20:32:52 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 20:32:52 +0100
commit1e5e784742affcd22fbad46ed9fcfa4185450cb0 (patch)
tree7bdcd85379f775b415fb0ec64a7861ce8595e474 /Makefile
parentImprove makefile portabilirt (diff)
downloadlibtracebitmap-1e5e784742affcd22fbad46ed9fcfa4185450cb0.tar.gz
libtracebitmap-1e5e784742affcd22fbad46ed9fcfa4185450cb0.tar.bz2
libtracebitmap-1e5e784742affcd22fbad46ed9fcfa4185450cb0.tar.xz
m 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 02b0018..88f643d 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/"