https://bugs.webkit.org/show_bug.cgi?id=117178
Reviewed by Sam Weinig.
.:
* GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
Source/WebCore:
* GNUmakefile.am: Make libPlatform and other sources depend on the generated platform sources. This should prevent
build failures in source code that's depending on the generated platform sources.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@151325
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-06-07 Zan Dobersek <zdobersek@igalia.com>
+
+ [regression] build failure WebKitFontFamilyNames.h missing
+ https://bugs.webkit.org/show_bug.cgi?id=117178
+
+ Reviewed by Sam Weinig.
+
+ * GNUmakefile.am: List platform_sources under the BUILT_SOURCES list.
+
2013-06-05 Bear Travis <betravis@adobe.com>
[CSS Exclusions][CSS Shapes] Split CSS Exclusions & Shapes compile & runtime flags
BUILT_SOURCES += \
$(javascriptcore_built_sources) \
$(javascriptcore_built_nosources) \
+ $(platform_built_sources) \
$(webcore_built_sources) \
$(webcore_built_nosources) \
$(webcore_svg_built_sources) \
+2013-06-07 Zan Dobersek <zdobersek@igalia.com>
+
+ [regression] build failure WebKitFontFamilyNames.h missing
+ https://bugs.webkit.org/show_bug.cgi?id=117178
+
+ Reviewed by Sam Weinig.
+
+ * GNUmakefile.am: Make libPlatform and other sources depend on the generated platform sources. This should prevent
+ build failures in source code that's depending on the generated platform sources.
+
2013-06-07 Chris Fleizach <cfleizach@apple.com>
MathML line fraction needs to parse number values
# IDL generation takes a long time. The pipe represents an order-only dependency,
# which means that GNUmake will only try to build the dependencies first, but
# not rebuild all the targets if the dependencies change.
-$(webkitgtk_sources) $(webkit2_sources) $(webkit2_plugin_process_sources) $(webcore_sources) $(webcoregtk_sources) $(platformgtk_sources) : | $(supplemental_dependency_file) $(window_constructors_file) $(workercontext_constructors_file) $(webcore_built_sources)
+$(webkitgtk_sources) $(webkit2_sources) $(webkit2_plugin_process_sources) $(webcore_sources) $(webcoregtk_sources) $(platform_sources) $(platformgtk_sources) : | $(supplemental_dependency_file) $(window_constructors_file) $(workercontext_constructors_file) $(webcore_built_sources) $(platform_built_sources)
noinst_LTLIBRARIES += \
libWebCorePlatform.la \