1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 09:12:24 +00:00

Remove a spurious reference to a variable I've removed.

[originally from svn r2386]
This commit is contained in:
Ben Harris 2002-12-30 15:41:52 +00:00
parent 672404dc4e
commit d5d52933dd

View File

@ -1,4 +1,4 @@
# $Id: mkputty.mpw,v 1.2 2002/12/29 19:11:40 ben Exp $ # $Id: mkputty.mpw,v 1.3 2002/12/30 15:41:52 ben Exp $
Set makefile Makefile.mpw Set makefile Makefile.mpw
@ -7,7 +7,7 @@ Set makefile Makefile.mpw
Echo "# `Date -t` ----- Analyzing dependencies." Echo "# `Date -t` ----- Analyzing dependencies."
Begin Begin
Echo "Set Echo 1" Echo "Set Echo 1"
Make "{program}" {"Parameters"} -f "{makefile}" Make {"Parameters"} -f "{makefile}"
End > make.out End > make.out
Echo "# `Date -t` ----- Executing build commands." Echo "# `Date -t` ----- Executing build commands."
make.out make.out