diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-17 22:37:02 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-08-17 22:37:02 (GMT) |
commit | a8278cc37ef6557fa124a52811d79f6ba1cf328b (patch) | |
tree | cb9569948d3656dc9f30077ea98ff83a95132709 /Makefile.pre.in | |
parent | 6cd6a82db93fa37a13d0b5312ce6510c4d6967de (diff) | |
download | cpython-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.in | 2 |
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 \ |