Alexandre Julliard : makefiles: Make sure config. h is updated before building anything.
29 Nov
2013
29 Nov
'13
7:24 p.m.
Module: wine Branch: master Commit: 4aea18bdc3cc634df7f7eca8a69cd8c0eb86779f URL: http://source.winehq.org/git/wine.git/?a=commit;h=4aea18bdc3cc634df7f7eca8a6... Author: Alexandre Julliard <julliard(a)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
4395
Age (days ago)
4395
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard