1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-05-28 23:34:49 -05:00

Fix a couple of Makefile dependencies - oops

[originally from svn r412]
This commit is contained in:
Simon Tatham 2000-03-16 10:45:48 +00:00
parent 4825bc6ef1
commit f81123f674

View File

@ -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