Commit f66a9be7 authored by hausmann's avatar hausmann

parallel build fix


git-svn-id: svn://svn.chromium.org/blink/trunk@18941 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 28764bff
2007-01-18 Simon Hausmann <hausmann@kde.org>
Reviewed by Zack.
* WebCore.pro: Ha^H^HFix to support massive parallel builds.
2007-01-18 David Kilzer <ddkilzer@kilzer.net>
Reviewed by Darin and Mitz.
......
......@@ -1097,6 +1097,9 @@ cssbison.variable_out = GENERATED_SOURCES
cssbison.clean = ${QMAKE_FILE_OUT} tmp/${QMAKE_FILE_BASE}.h
QMAKE_EXTRA_COMPILERS += cssbison
#PRE_TARGETDEPS += tmp/CSSGrammar.cpp
grammar_h_dep.target = tmp/cssparser.o
grammar_h_dep.depends = tmp/CSSGrammar.cpp
QMAKE_EXTRA_TARGETS += grammar_h_dep
# GENERATOR 5-A:
htmlnames.output = tmp/HTMLNames.cpp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment