Changeset 9326 in webkit for trunk/JavaScriptCore


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.
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r9322 r9326  
     12005-06-07  Darin Adler  <[email protected]>
     2
     3        Change by Toby Peterson <[email protected]>.
     4        Reviewed by me.
     5
     6        * JavaScriptCore.pbproj/project.pbxproj: Allow bison 2.0, which generates the file
     7        with a different name.
     8
    192005-06-07  Darin Adler  <[email protected]>
    210
  • 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.