Remove the use of a stamp file in the Frameworks symlink build phase.
This lets us pass the build verification.
* WebKit.xcodeproj/project.pbxproj:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10952
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-10-25 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Darin.
+
+ Remove the use of a stamp file in the Frameworks symlink build phase.
+ This lets us pass the build verification.
+
+ * WebKit.xcodeproj/project.pbxproj:
+
2005-10-24 Darin Adler <darin@apple.com>
Reviewed by Geoff.
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
- shellScript = "mkdir -p \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH\"\nrm -f \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\nln -s Versions/Current/Frameworks \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\ntouch \"$TARGET_BUILD_DIR/$PRIVATE_HEADERS_FOLDER_PATH/frameworks-symlink-stamp\"";
+ shellScript = "ln -sf Versions/Current/Frameworks \"$TARGET_BUILD_DIR/WebKit.framework/Frameworks\"\n";
};
93AF528708254B33005D0156 /* DOM.h */ = {
isa = PBXShellScriptBuildPhase;