Ignore:
Timestamp:
Jun 7, 2005, 11:34:26 AM (20 years ago)
Author:
darin
Message:

Change by Toby Peterson <[email protected]>.
Reviewed by me.

  • JavaScriptCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file with a different name.
File:
1 edited

Legend:

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

    r9271 r9326  
    23182318                        runOnlyForDeploymentPostprocessing = 0;
    23192319                        shellPath = /bin/sh;
    2320                         shellScript = "bison -d -p kjsyy kjs/grammar.y -o \"$DERIVED_FILE_DIR/grammar.cpp\"\ncat \"$DERIVED_FILE_DIR/grammar.cpp.h\" > \"$DERIVED_FILE_DIR/grammar.h\"";
     2320                        shellScript = "bison -d -p kjsyy kjs/grammar.y -o \"$DERIVED_FILE_DIR/grammar.cpp\"\ncat \"$DERIVED_FILE_DIR/grammar.cpp.h\" \"$DERIVED_FILE_DIR/grammar.hpp\" > \"$DERIVED_FILE_DIR/grammar.h\" 2> /dev/null\nexit 0";
    23212321                };
    23222322                932FC3C10824BB61005B3C75 = {
Note: See TracChangeset for help on using the changeset viewer.