From: simon Date: Thu, 16 Mar 2000 10:45:48 +0000 (+0000) Subject: Fix a couple of Makefile dependencies - oops X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/3022b17c322990c234452f72699307d11360080e?hp=2d15c1e4b43171e04f5005228e74fdb19ad25a42 Fix a couple of Makefile dependencies - oops git-svn-id: svn://svn.tartarus.org/sgt/putty@412 cda61777-01e9-0310-a592-d414129be87e --- 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