The OSX framework Headers symlink pointed the wrong way. Fixed.

Bill Fancher found this one.
This commit is contained in:
Jack Jansen 2001-08-17 22:37:02 +00:00
parent 6cd6a82db9
commit a8278cc37e

View file

@ -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 \