summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorwolfgang <unknown>2005-03-22 06:37:59 +0000
committerwolfgang <unknown>2005-03-22 06:37:59 +0000
commit2b811329caa54eee7c1b159384e1e1aa3a5e9feb (patch)
tree120e26e01d5aca360ab7774d310039bb94389bb3 /Makefile
parentc6f9cbaa3bfdc411e3605ca21fc9d6a44463cc85 (diff)
downloadhaskell-2b811329caa54eee7c1b159384e1e1aa3a5e9feb.tar.gz
[project @ 2005-03-22 06:37:57 by wolfgang]
Mac OS X: Make bindist work with dynamic libraries MERGE TO STABLE
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4f900d50c9..f9e10beca7 100644
--- a/Makefile
+++ b/Makefile
@@ -211,6 +211,10 @@ BIN_DIST_TOP= distrib/Makefile-bin.in \
config.sub \
aclocal.m4
+ifeq "$(darwin_TARGET_OS)" "1"
+BIN_DIST_TOP+=mk/fix_install_names.sh
+endif
+
#
# binary-dist creates a binary bundle, set BIN_DIST_NAME
# to package name and do `make binary-dist Project=<project-name>'