diff options
-rw-r--r-- | xorg-server/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< $@ |