Module: wine Branch: master Commit: 0383509eebb89fb269f45194f82576d2a4ba58a8 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0383509eebb89fb269f45194f8...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Feb 25 18:16:02 2016 +0900
makefiles: The tools no longer depend on libwine.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
Makefile.in | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/Makefile.in b/Makefile.in index 91b134f..8c2d856 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,8 +137,8 @@ install-manpages:: manpages # Dependencies between directories
# dependencies needed to build any dll or program -__tooldeps__: libs/port libs/wine libs/wpp -__builddeps__: __tooldeps__ include +__tooldeps__: libs/port libs/wpp +__builddeps__: __tooldeps__ libs/wine include .PHONY: depend dummy check test testclean crosstest __tooldeps__ __builddeps__
dummy: @@ -147,8 +147,7 @@ server: libs/port libs/wine tools include fonts: tools/sfnt2fon include: tools tools/widl libs/wine tools: libs/port -tools/wmc tools/wrc: tools -tools/sfnt2fon tools/wmc tools/wrc: libs/wine +tools/sfnt2fon tools/wmc tools/wrc: tools tools/widl tools/wmc tools/wrc: libs/wpp libs/port libs/wine libs/wpp: include/config.h