From b571a562410f565af2bdde52d9f7f9a23ffae04f Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 7 Sep 2009 06:46:56 +0000 Subject: DEBUG variable was passed in the wrong way to the makefile of plink. --- xorg-server/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xorg-server/makefile b/xorg-server/makefile index a9f8160a9..4eae8a365 100644 --- a/xorg-server/makefile +++ b/xorg-server/makefile @@ -92,7 +92,7 @@ load_makefile ..\xkbcomp\makefile MAKESERVER=0 DEBUG=$(DEBUG) xkbcomp.exe: ..\xkbcomp\$(OBJDIR:obj\$(OBJDIRPREFIX)%=obj\%)\xkbcomp.exe copy $< $@ -load_makefile ..\tools\plink\makefile MAKESERVER=0 DEBUG=$(DEBUG)) +load_makefile ..\tools\plink\makefile MAKESERVER=0 DEBUG=$(DEBUG) plink.exe: ..\tools\plink\$(OBJDIR:obj\$(OBJDIRPREFIX)%=obj\%)\plink.exe copy $< $@ -- cgit v1.2.3