projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cd6a82
)
The OSX framework Headers symlink pointed the wrong way. Fixed.
author
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 17 Aug 2001 22:37:02 +0000
(22:37 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 17 Aug 2001 22:37:02 +0000
(22:37 +0000)
Bill Fancher found this one.
Makefile.pre.in
patch
|
blob
|
history
diff --git
a/Makefile.pre.in
b/Makefile.pre.in
index e776555420041912b81227548f8a74b2d7ed01e8..e6598f2914f601912247f4bac93fb44c6e8d2fff 100644
(file)
--- 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 \