mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Add dependencies for x11fwd.obj to Makefile (thanks Catbells :-)
[originally from svn r995]
This commit is contained in:
parent
55659a959f
commit
40a68abec5
1
Makefile
1
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
|
psftp.$(OBJ): psftp.c putty.h ssh.h storage.h sftp.h int64.h
|
||||||
sftp.$(OBJ): sftp.c sftp.h int64.h
|
sftp.$(OBJ): sftp.c sftp.h int64.h
|
||||||
int64.$(OBJ): int64.c 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
|
# Hack to force version.obj to be rebuilt always
|
||||||
|
Loading…
Reference in New Issue
Block a user