Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Tatham <anakin@pobox.com>2001-01-22 20:24:58 +0300
committerSimon Tatham <anakin@pobox.com>2001-01-22 20:24:58 +0300
commitae353f6dcb3f7dfa03ed3b171706826db7d9ecb7 (patch)
tree300c2fc8df6f94b1390091fac5a2d927eb2379dc /Makefile
parent477c66fc64acf34f4cb3ff471c553a728b4229eb (diff)
Add dependencies for puttygen.c
[originally from svn r886]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42ae666a..e9fb759e 100644
--- a/Makefile
+++ b/Makefile
@@ -255,6 +255,7 @@ plink.$(OBJ): plink.c putty.h puttymem.h network.h winstuff.h
pageant.$(OBJ): pageant.c ssh.h puttymem.h tree234.h
pageantc.$(OBJ): pageantc.c puttymem.h
tree234.$(OBJ): tree234.c tree234.h puttymem.h
+puttygen.$(OBJ): puttygen.c putty.h ssh.h winstuff.h
##--
# Hack to force version.obj to be rebuilt always