mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Ahem. sftp.obj depends on sftp.c not on psftp.c!
[originally from svn r952]
This commit is contained in:
parent
22c9d8c9e8
commit
1129d200e4
2
Makefile
2
Makefile
@ -278,7 +278,7 @@ pageantc.$(OBJ): pageantc.c puttymem.h
|
|||||||
tree234.$(OBJ): tree234.c tree234.h puttymem.h
|
tree234.$(OBJ): tree234.c tree234.h puttymem.h
|
||||||
puttygen.$(OBJ): puttygen.c putty.h ssh.h winstuff.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
|
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
|
int64.$(OBJ): int64.c int64.h
|
||||||
##--
|
##--
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user