it's cleaned up.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@18146
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-12-10 George Staikos <staikos@kde.org.
+
+ Reviewed by Zack.
+
+ Make the xpath grammar hack more specific (and work on OS X) until
+ it's cleaned up.
+
+ * WebCore.pro:
+
2006-12-10 Zack Rusin <zack@kde.org>
Set the widgetclient correctly. This code
# TODO: convert to generator
!exists(xml/XPathGrammar.cpp) {
message("generating xpath grammar")
- !system( bison -d -p xpathyy xml/XPathGrammar.y ): error("error executing bison")
+ !system( bison -d -p xpathyy xml/XPathGrammar.y -o XPathGrammar.tab.c ): error("error executing bison")
!system( mv XPathGrammar.tab.c xml/XPathGrammar.cpp ): error("error renaming XPathGrammar.cpp")
!system( mv XPathGrammar.tab.h xml/XPathGrammar.h ): error("error renaming XPathGrammar.h")
}