Changeset 36989 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Sep 26, 2008, 11:36:42 PM (17 years ago)
Author:
[email protected]
Message:

2008-09-26 Jan Michael Alonzo <[email protected]>

Gtk build fix. Not reviewed.

Narrow-down the target of the JavaScriptCore .lut.h generator so
it won't try to create the WebCore .lut.hs.

  • GNUmakefile.am:
Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r36986 r36989  
     12008-09-26  Jan Michael Alonzo  <[email protected]>
     2
     3        Gtk build fix. Not reviewed.
     4
     5        Narrow-down the target of the JavaScriptCore .lut.h generator so
     6        it won't try to create the WebCore .lut.hs.
     7
     8        * GNUmakefile.am:
     9
    1102008-09-26  Matt Lilek  <[email protected]>
    211
  • trunk/JavaScriptCore/GNUmakefile.am

    r36743 r36989  
    384384        $(PERL) $^ > $@
    385385
    386 %.lut.h: $(CREATE_HASH_TABLE) %.cpp
     386JavaScriptCore/kjs/%.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/JavaScriptCore/kjs/%.cpp
    387387        $^ -i > $@
    388388
Note: See TracChangeset for help on using the changeset viewer.