From: Jack Jansen Date: Fri, 17 Aug 2001 22:37:02 +0000 (+0000) Subject: The OSX framework Headers symlink pointed the wrong way. Fixed. X-Git-Tag: v2.2a3~456 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8278cc37ef6557fa124a52811d79f6ba1cf328b;p=thirdparty%2FPython%2Fcpython.git The OSX framework Headers symlink pointed the wrong way. Fixed. Bill Fancher found this one. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index e77655542004..e6598f2914f6 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 \