Module: wine Branch: master Commit: ef557a8a8a47100a3a0eb0662c93e38634afed89 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ef557a8a8a47100a3a0eb0662c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 23 14:49:36 2015 +0900
makefiles: Read variable definitions from the top makefile instead of using Make.vars.in.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
Make.vars.in | 77 --------------------------------------------------------- Makefile.in | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ aclocal.m4 | 6 ++--- configure | 12 ++++----- configure.ac | 4 +-- tools/makedep.c | 33 ++++++++++++++++++++----- 6 files changed, 114 insertions(+), 94 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=ef557a8a8a47100a3a0eb0...