From: Owen Dunn Date: Mon, 8 Nov 1999 12:19:02 +0000 (+0000) Subject: Removed now obsolete sizetip.h from window.obj dependencies X-Git-Tag: 0.48~18 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=a4dfed1d3a6eb86796836421010395fdeba27123;p=PuTTY.git Removed now obsolete sizetip.h from window.obj dependencies [originally from svn r281] --- diff --git a/Makefile b/Makefile index 06765573..2f263192 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ link.rsp: makefile echo $(LIBS1) >> link.rsp echo $(LIBS2) >> link.rsp -window.obj: window.c putty.h win_res.h sizetip.h +window.obj: window.c putty.h win_res.h windlg.obj: windlg.c putty.h ssh.h win_res.h terminal.obj: terminal.c putty.h sizetip.obj: sizetip.c putty.h