Changeset 181435 in webkit


Ignore:
Timestamp:
Mar 12, 2015 3:27:45 AM (9 years ago)
Author:
Csaba Osztrogonác
Message:

[cmake] Fix the incremental build issue revealed by r181419
https://bugs.webkit.org/show_bug.cgi?id=142613

Reviewed by Carlos Garcia Campos.

  • CMakeLists.txt:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/CMakeLists.txt

    r181215 r181435  
    998998    OUTPUT ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h
    999999    MAIN_DEPENDENCY ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py
     1000    DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table
    10001001    COMMAND ${PYTHON_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/KeywordLookupGenerator.py ${CMAKE_CURRENT_SOURCE_DIR}/parser/Keywords.table > ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/KeywordLookup.h
    10011002    VERBATIM)
  • trunk/Source/JavaScriptCore/ChangeLog

    r181419 r181435  
     12015-03-12  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [cmake] Fix the incremental build issue revealed by r181419
     4        https://bugs.webkit.org/show_bug.cgi?id=142613
     5
     6        Reviewed by Carlos Garcia Campos.
     7
     8        * CMakeLists.txt:
     9
    1102015-03-11  Ryosuke Niwa  <rniwa@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.