Alexandre Julliard : makefiles: Make sure config. h is updated before building anything.

Alexandre Julliard julliard at winehq.org
Fri Nov 29 13:24:28 CST 2013


Module: wine
Branch: master
Commit: 4aea18bdc3cc634df7f7eca8a69cd8c0eb86779f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4aea18bdc3cc634df7f7eca8a69cd8c0eb86779f

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Fri Nov 29 17:58:22 2013 +0100

makefiles: Make sure config.h is updated before building anything.

---

 Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 045d708..eb4d0da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -67,6 +67,7 @@ libs/wine: libs/port
 tools/wmc tools/wrc: tools
 tools tools/wmc tools/wrc: libs/wine
 tools/widl tools/wmc tools/wrc: libs/wpp
+libs/port libs/wine libs/wpp: include/config.h
 
 # Misc rules
 




More information about the wine-cvs mailing list