Title: [169841] trunk/Source/WebCore
Revision
169841
Author
[email protected]
Date
2014-06-11 14:42:24 -0700 (Wed, 11 Jun 2014)

Log Message

[CMake] One more URTBF after r169826.

* CMakeLists.txt: Generate files to the proper place.

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeLists.txt (169840 => 169841)


--- trunk/Source/WebCore/CMakeLists.txt	2014-06-11 21:38:01 UTC (rev 169840)
+++ trunk/Source/WebCore/CMakeLists.txt	2014-06-11 21:42:24 UTC (rev 169841)
@@ -3323,6 +3323,7 @@
     OUTPUT ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.gperf ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.h
     MAIN_DEPENDENCY ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
     DEPENDS ${WEBCORE_DIR}/platform/network/create-http-header-name-table
+    WORKING_DIRECTORY ${DERIVED_SOURCES_WEBCORE_DIR}
     COMMAND ${PYTHON_EXECUTABLE} ${WEBCORE_DIR}/platform/network/create-http-header-name-table ${WEBCORE_DIR}/platform/network/HTTPHeaderNames.in
     VERBATIM)
 list(APPEND WebCore_SOURCES ${DERIVED_SOURCES_WEBCORE_DIR}/HTTPHeaderNames.cpp)

Modified: trunk/Source/WebCore/ChangeLog (169840 => 169841)


--- trunk/Source/WebCore/ChangeLog	2014-06-11 21:38:01 UTC (rev 169840)
+++ trunk/Source/WebCore/ChangeLog	2014-06-11 21:42:24 UTC (rev 169841)
@@ -1,5 +1,11 @@
 2014-06-11  Csaba Osztrogonác  <[email protected]>
 
+        [CMake] One more URTBF after r169826.
+
+        * CMakeLists.txt: Generate files to the proper place.
+
+2014-06-11  Csaba Osztrogonác  <[email protected]>
+
         [CMake]URTBF after r169826.
 
         * CMakeLists.txt: Typo fix.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to