Module: wine Branch: master Commit: 9f93b5fa3103594867dab78a43ea9cc3f0e6c133 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f93b5fa3103594867dab78a43...
Author: Alexandre Julliard julliard@winehq.org Date: Fri May 13 10:45:02 2011 +0200
makefiles: Tools must be built before includes now.
---
Makefile.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.in b/Makefile.in index b8cd6af..af4a4a7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -61,7 +61,7 @@ __builddeps__: __tooldeps__ include
loader server: libs/port libs/wine tools fonts: tools -include: tools/widl +include: tools tools/widl libs/wine: libs/port tools/wmc tools/wrc: tools tools tools/wmc tools/wrc: libs/wine