Module: wine Branch: master Commit: 6066177ea0cf4eb368298b34aecf8361b790c7ca URL: http://source.winehq.org/git/wine.git/?a=commit;h=6066177ea0cf4eb368298b34ae...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Feb 26 16:56:23 2010 +0100
makefiles: Make sure that makedep is rebuilt before updating dependencies in tools.
---
Makefile.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile.in b/Makefile.in index 187f563..d93ea81 100644 --- a/Makefile.in +++ b/Makefile.in @@ -222,6 +222,7 @@ tools/winedump/__install__ tools/winedump/__install-dev__: tools/winedump tools/winegcc/__install__ tools/winegcc/__install-dev__: tools/winegcc tools/wmc/__install__ tools/wmc/__install-dev__: tools/wmc tools/wrc/__install__ tools/wrc/__install-dev__: tools/wrc +tools/__depend__: $(MAKEDEP)
RECURSE_TARGETS = \ __clean__ \