Module: wine Branch: master Commit: 9f2751ca3ff92e5eb9cf1dd6c8eac5aa01f4642f URL: https://source.winehq.org/git/wine.git/?a=commit;h=9f2751ca3ff92e5eb9cf1dd6c... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Thu Apr 22 15:32:30 2021 +0200 ntdll: Remove no longer used defines from the makefile. Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dlls/ntdll/Makefile.in b/dlls/ntdll/Makefile.in index 179d00b29ef..0fdfb83df15 100644 --- a/dlls/ntdll/Makefile.in +++ b/dlls/ntdll/Makefile.in @@ -70,11 +70,6 @@ RC_SRCS = version.rc EXTRA_OBJS = unix/version.o -server_EXTRADEFS = \ - -DBINDIR=\"${bindir}\" \ - -DBIN_TO_DLLDIR=\"`${MAKEDEP} -R ${bindir} ${dlldir}`\" \ - -DDLL_TO_BINDIR=\"`${MAKEDEP} -R ${dlldir} ${bindir}`\" - unix_loader_EXTRADEFS = \ -DBINDIR=\"${bindir}\" \ -DDLL_TO_BINDIR=\"`${MAKEDEP} -R ${dlldir} ${bindir}`\" \