From 791ed4322ff3a4e63802f5d022ebc8474c36a7ad Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 26 Feb 2001 16:37:22 +0000 Subject: [PATCH] Ahem. sftp.obj depends on sftp.c not on psftp.c! git-svn-id: svn://svn.tartarus.org/sgt/putty@952 cda61777-01e9-0310-a592-d414129be87e --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 264ce083..4c00298c 100644 --- a/Makefile +++ b/Makefile @@ -278,7 +278,7 @@ pageantc.$(OBJ): pageantc.c puttymem.h tree234.$(OBJ): tree234.c tree234.h puttymem.h puttygen.$(OBJ): puttygen.c putty.h ssh.h winstuff.h psftp.$(OBJ): psftp.c putty.h ssh.h storage.h sftp.h int64.h -sftp.$(OBJ): psftp.c sftp.h int64.h +sftp.$(OBJ): sftp.c sftp.h int64.h int64.$(OBJ): int64.c int64.h ##-- -- 2.11.0