From 9f2751ca3ff92e5eb9cf1dd6c8eac5aa01f4642f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Thu, 22 Apr 2021 15:32:30 +0200 Subject: [PATCH] ntdll: Remove no longer used defines from the makefile. Signed-off-by: Alexandre Julliard --- 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}`\" \