Changeset 38228 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Nov 7, 2008, 11:35:47 AM (17 years ago)
Author:
[email protected]
Message:

2008-11-07 Alp Toker <[email protected]>

autotools fix. Always use the configured perl binary (which may be
different to the one in $PATH) when generating sources.

Location:
trunk/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r38226 r38228  
     12008-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
    182008-11-07  Cameron Zwarich  <[email protected]>
    29
  • trunk/JavaScriptCore/GNUmakefile.am

    r38225 r38228  
    408408
    409409JavaScriptCore/%.lut.h: $(CREATE_HASH_TABLE) $(srcdir)/JavaScriptCore/%.cpp
    410         $^ -i > $@
     410        $(PERL) $^ -i > $@
    411411
    412412JavaScriptCore/pcre/chartables.c: $(srcdir)/JavaScriptCore/pcre/dftables
    413         $^ $@
     413        $(PERL) $^ $@
    414414
    415415bin_PROGRAMS += \
Note: See TracChangeset for help on using the changeset viewer.