aboutsummaryrefslogtreecommitdiffstats
path: root/linux.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2022-02-19 11:23:10 +0100
committerMattias Andrée <maandree@kth.se>2022-02-19 11:23:10 +0100
commit58101c1296e13cfd02bb08549d6d09e3e474a1d3 (patch)
tree2929c7d9bd56af18957eece8ea7f276a54cfcf2d /linux.mk
parentMerge pull request #16 from carlocab/macos-install-names (diff)
downloadlibkeccak-58101c1296e13cfd02bb08549d6d09e3e474a1d3.tar.gz
libkeccak-58101c1296e13cfd02bb08549d6d09e3e474a1d3.tar.bz2
libkeccak-58101c1296e13cfd02bb08549d6d09e3e474a1d3.tar.xz
Remove use of ifeq in Makefile and move use of install_name_tool from install-time to build-time
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'linux.mk')
-rw-r--r--linux.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux.mk b/linux.mk
index c9f74a0..d617684 100644
--- a/linux.mk
+++ b/linux.mk
@@ -3,3 +3,5 @@ LIBFLAGS = -shared -Wl,-soname,libkeccak.$(LIBEXT).$(LIB_MAJOR)
LIBMAJOREXT = $(LIBEXT).$(LIB_MAJOR)
LIBMINOREXT = $(LIBEXT).$(LIB_VERSION)
+
+FIX_INSTALL_NAME = :