Ignore:
Timestamp:
Jul 4, 2008, 12:25:54 AM (17 years ago)
Author:
[email protected]
Message:

Fix output path of recently-added script phase to reference the correct file.
This prevents Xcode from running the script phase unnecessarily, which caused
the generated header to be recreated and lead to AllInOneFile.cpp rebuilding.

Reviewed by Oliver Hunt.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r34969 r34994  
    16291629                        name = "Generate DTrace header";
    16301630                        outputPaths = (
    1631                                 "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/Tracing.h",
     1631                                "$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/TracingDtrace.h",
    16321632                        );
    16331633                        runOnlyForDeploymentPostprocessing = 0;
Note: See TracChangeset for help on using the changeset viewer.