Alexandre Julliard : makefiles: Tools must be built before includes now.
13 May
2011
13 May
'11
4:17 p.m.
Module: wine Branch: master Commit: 9f93b5fa3103594867dab78a43ea9cc3f0e6c133 URL: http://source.winehq.org/git/wine.git/?a=commit;h=9f93b5fa3103594867dab78a43... Author: Alexandre Julliard <julliard(a)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
5425
Age (days ago)
5425
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard