From a8278cc37ef6557fa124a52811d79f6ba1cf328b Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 17 Aug 2001 22:37:02 +0000 Subject: The OSX framework Headers symlink pointed the wrong way. Fixed. Bill Fancher found this one. --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v0.12