Changeset 62044 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jun 28, 2010, 3:46:33 PM (15 years ago)
Author:
[email protected]
Message:

2010-06-28 Xan Lopez <[email protected]>

Revert to build jsc, since the tests expect this.

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

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r62031 r62044  
     12010-06-28  Xan Lopez  <[email protected]>
     2
     3        Revert to build jsc, since the tests expect this.
     4
     5        * GNUmakefile.am:
     6
    172010-06-28  Zoltan Herczeg  <[email protected]>
    28
  • trunk/JavaScriptCore/GNUmakefile.am

    r62001 r62044  
    570570
    571571bin_PROGRAMS += \
    572         Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@
     572        Programs/jsc
    573573
    574574noinst_PROGRAMS += \
     
    607607
    608608# jsc
    609 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_SOURCES = \
     609Programs_jsc_SOURCES = \
    610610        JavaScriptCore/jsc.cpp
    611611
    612 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_CPPFLAGS = \
     612Programs_jsc_CPPFLAGS = \
    613613        $(global_cppflags) \
    614614        $(javascriptcore_cppflags)
    615615
    616 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_CXXFLAGS = \
     616Programs_jsc_CXXFLAGS = \
    617617        -fno-strict-aliasing \
    618618        $(global_cxxflags) \
     
    621621        $(UNICODE_CFLAGS)
    622622
    623 Programs_jsc_@WEBKITGTK_API_MAJOR_VERSION@_LDADD = \
     623Programs_jsc_LDADD = \
    624624        libJavaScriptCore.la
    625625
     
    650650        JavaScriptCore/runtime/StringPrototype.lut.h \
    651651        JavaScriptCore/pcre/chartables.c \
    652         Programs/jsc-@WEBKITGTK_API_MAJOR_VERSION@ \
     652        Programs/jsc \
    653653        Programs/minidom
Note: See TracChangeset for help on using the changeset viewer.