summaryrefslogtreecommitdiff
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2003-06-20 20:36:53 +0000
committerJack Jansen <jack.jansen@cwi.nl>2003-06-20 20:36:53 +0000
commit7639210a473fdaa13f5e4fb874e135b21b82cb83 (patch)
tree0a51279f7ae41873a26cd2cd88f0bd0501c805b6 /Makefile.pre.in
parent6d3b70316b6b497a6582e84798bb3d5ee8020d9a (diff)
downloadcpython-7639210a473fdaa13f5e4fb874e135b21b82cb83.tar.gz
Set the executable bits when installing the shared library in a MacOSX
framework. Fixes #758112.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 01ec10aff2..735ec3c4b7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -849,7 +849,7 @@ frameworkinstallstructure: $(LDLIBRARY)
$(LN) -fsn Versions/Current/Python $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Python
$(LN) -fsn Versions/Current/Headers $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Headers
$(LN) -fsn Versions/Current/Resources $(DESTDIR)$(PYTHONFRAMEWORKINSTALLDIR)/Resources
- $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
+ $(INSTALL_SHARED) $(LDLIBRARY) $(DESTDIR)$(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
# This installs Mac/Lib into the framework
frameworkinstallmaclib: