Title: [97936] trunk/Source/WebCore
Revision
97936
Author
[email protected]
Date
2011-10-19 22:11:18 -0700 (Wed, 19 Oct 2011)

Log Message

Another attempted build fix.  I managed to screw up every line of this file.

* CodeGenerators.pri:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (97935 => 97936)


--- trunk/Source/WebCore/ChangeLog	2011-10-20 05:03:44 UTC (rev 97935)
+++ trunk/Source/WebCore/ChangeLog	2011-10-20 05:11:18 UTC (rev 97936)
@@ -1,5 +1,11 @@
 2011-10-19  Adam Barth  <[email protected]>
 
+        Another attempted build fix.  I managed to screw up every line of this file.
+
+        * CodeGenerators.pri:
+
+2011-10-19  Adam Barth  <[email protected]>
+
         Attempt to fix the Qt build.
 
         * CodeGenerators.pri:

Modified: trunk/Source/WebCore/CodeGenerators.pri (97935 => 97936)


--- trunk/Source/WebCore/CodeGenerators.pri	2011-10-20 05:03:44 UTC (rev 97935)
+++ trunk/Source/WebCore/CodeGenerators.pri	2011-10-20 05:11:18 UTC (rev 97936)
@@ -785,8 +785,8 @@
 eventfactory.output = $${WC_GENERATED_SOURCES_DIR}/EventFactory.cpp
 eventfactory.input = EVENT_FACTORY
 eventfactory.wkScript = $$PWD/dom/make_event_factory.pl
-eventfactory.commands = perl -I$$PWD/bindings/scripts $$fontnames.wkScript --events $$EVENT_FACTORY --outputDir $$WC_GENERATED_SOURCES_DIR
-entities.depends = $$PWD/dom/make_event_factory.pl $$EVENT_FACTORY
+eventfactory.commands = perl -I$$PWD/bindings/scripts $$eventfactory.wkScript --events $$EVENT_FACTORY --outputDir $$WC_GENERATED_SOURCES_DIR
+eventfactory.depends = $$PWD/dom/make_event_factory.pl $$EVENT_FACTORY
 addExtraCompiler(eventfactory)
 
 # GENERATOR 8-A:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to