Changeset 36989 in webkit for trunk/JavaScriptCore
- Timestamp:
- Sep 26, 2008, 11:36:42 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r36986 r36989 1 2008-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 1 10 2008-09-26 Matt Lilek <[email protected]> 2 11 -
trunk/JavaScriptCore/GNUmakefile.am
r36743 r36989 384 384 $(PERL) $^ > $@ 385 385 386 %.lut.h: $(CREATE_HASH_TABLE)%.cpp386 JavaScriptCore/kjs/%.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/JavaScriptCore/kjs/%.cpp 387 387 $^ -i > $@ 388 388
Note:
See TracChangeset
for help on using the changeset viewer.