From 9f93b5fa3103594867dab78a43ea9cc3f0e6c133 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Fri, 13 May 2011 10:45:02 +0200 Subject: [PATCH] makefiles: Tools must be built before includes now. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index b8cd6af7890..af4a4a78f40 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