summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2001-08-17 22:37:02 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2001-08-17 22:37:02 (GMT)
commita8278cc37ef6557fa124a52811d79f6ba1cf328b (patch)
treecb9569948d3656dc9f30077ea98ff83a95132709 /Makefile.pre.in
parent6cd6a82db93fa37a13d0b5312ce6510c4d6967de (diff)
downloadcpython-a8278cc37ef6557fa124a52811d79f6ba1cf328b.zip
cpython-a8278cc37ef6557fa124a52811d79f6ba1cf328b.tar.gz
cpython-a8278cc37ef6557fa124a52811d79f6ba1cf328b.tar.bz2
The OSX framework Headers symlink pointed the wrong way. Fixed.
Bill Fancher found this one.
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 e776555..e6598f2 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -771,7 +771,7 @@ frameworkinfrastructureinstall: $(LDLIBRARY)
else true; \
fi; \
done
- $(LN) -sf $(FRAMEWORKFINALDEST)/Headers $(INCLUDEPY)
+ $(LN) -sf $(INCLUDEPY) $(FRAMEWORKFINALDEST)/Headers
$(INSTALL_DATA) $(RESSRCDIR)/Info.plist $(FRAMEWORKFINALDEST)/Resources/Info.plist
$(INSTALL_DATA) $(RESSRCDIR)/version.plist $(FRAMEWORKFINALDEST)/Resources/version.plist
$(INSTALL_DATA) $(RESSRCDIR)/English.lproj/InfoPlist.strings \