From: simon Date: Tue, 13 Mar 2001 09:41:02 +0000 (+0000) Subject: Add dependencies for x11fwd.obj to Makefile (thanks Catbells :-) X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/8ddd7f4ec236820df4656a2c00c53ae0b9597bd2 Add dependencies for x11fwd.obj to Makefile (thanks Catbells :-) git-svn-id: svn://svn.tartarus.org/sgt/putty@995 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/Makefile b/Makefile index 7d6bf7cf..b9ace8cf 100644 --- a/Makefile +++ b/Makefile @@ -283,6 +283,7 @@ 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): sftp.c sftp.h int64.h int64.$(OBJ): int64.c int64.h +x11fwd.$(OBJ): x11fwd.c putty.h network.h puttymem.h ssh.h ##-- # Hack to force version.obj to be rebuilt always