14 Sep
2020
14 Sep
'20
7:58 p.m.
Module: wine Branch: master Commit: 468af5bbb47b70630c2ecfefedce581558287ecf URL: https://source.winehq.org/git/wine.git/?a=commit;h=468af5bbb47b70630c2ecfefe... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Sep 14 12:48:06 2020 +0200 makefiles: Remove directory variables that are redundant with non-recursive make. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- Makefile.in | 8 +- aclocal.m4 | 2 - configure | 70 +----------- configure.ac | 7 +- tools/makedep.c | 340 +++++++++++++++++++++++--------------------------------- 5 files changed, 144 insertions(+), 283 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=468af5bbb47b70630c2ec...