From 3022b17c322990c234452f72699307d11360080e Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 16 Mar 2000 10:45:48 +0000 Subject: [PATCH] Fix a couple of Makefile dependencies - oops git-svn-id: svn://svn.tartarus.org/sgt/putty@412 cda61777-01e9-0310-a592-d414129be87e --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c54c5bad..d34efd90 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,7 @@ all: putty.exe puttytel.exe pscp.exe putty.exe: $(GOBJS1) $(GOBJS2) $(POBJS) $(MOBJS) $(OBJS1) $(OBJS2) $(PRESRC) putty.rsp link /debug -out:putty.exe @putty.rsp -puttytel.exe: $(GOBJS1) $(GOBJS2) $(TOBJS) $(MOBJS) $(PRESRC) puttytel.rsp +puttytel.exe: $(GOBJS1) $(GOBJS2) $(TOBJS) $(MOBJS) $(TRESRC) puttytel.rsp link /debug -out:puttytel.exe @puttytel.rsp pscp.exe: $(SOBJS) $(OBJS1) $(OBJS2) $(OBJS3) $(SRESRC) pscp.rsp @@ -152,7 +152,7 @@ win_res.$(RES): rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 win_res.rc ##-- dependencies -nossh_res.$(RES): nossh_res.rc win_res.h putty.ico +nossh_res.$(RES): nossh_res.rc win_res.rc win_res.h putty.ico ##-- nossh_res.$(RES): rc $(FWHACK) $(RCFL) -r -DWIN32 -D_WIN32 -DWINVER=0x0400 nossh_res.rc -- 2.11.0