Changeset 38228 in webkit for trunk/JavaScriptCore
- Timestamp:
- Nov 7, 2008, 11:35:47 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r38226 r38228 1 2008-11-07 Alp Toker <[email protected]> 2 3 autotools fix. Always use the configured perl binary (which may be 4 different to the one in $PATH) when generating sources. 5 6 * GNUmakefile.am: 7 1 8 2008-11-07 Cameron Zwarich <[email protected]> 2 9 -
trunk/JavaScriptCore/GNUmakefile.am
r38225 r38228 408 408 409 409 JavaScriptCore/%.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/JavaScriptCore/%.cpp 410 $ ^ -i > $@410 $(PERL) $^ -i > $@ 411 411 412 412 JavaScriptCore/pcre/chartables.c: $(srcdir)/JavaScriptCore/pcre/dftables 413 $ ^ $@413 $(PERL) $^ $@ 414 414 415 415 bin_PROGRAMS += \
Note:
See TracChangeset
for help on using the changeset viewer.