Changeset 38316 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 11, 2008, 2:25:14 PM (17 years ago)
Author:
[email protected]
Message:

Fix broken dependencies building JavaScriptCore on a freezing cold cat, caused
by failure to update all instances of "kjs" to their new locations.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38314 r38316  
     12008-11-11  Mark Rowe  <[email protected]>
     2
     3        Fix broken dependencies building JavaScriptCore on a freezing cold cat, caused
     4        by failure to update all instances of "kjs" to their new locations.
     5
     6        * JavaScriptCore.xcodeproj/project.pbxproj:
     7
    182008-11-11  Alexey Proskuryakov  <[email protected]>
    29
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r38311 r38316  
    17641764                        );
    17651765                        inputPaths = (
    1766                                 "$(SRCROOT)/kjs/Tracing.d",
     1766                                "$(SRCROOT)/runtime/Tracing.d",
    17671767                        );
    17681768                        name = "Generate DTrace header";
Note: See TracChangeset for help on using the changeset viewer.