Throw away "./" in findfile so that the Mac makefile has valid paths.
[sgt/putty] / mac / mkputty.mpw
CommitLineData
d1580b21 1# $Id: mkputty.mpw,v 1.3 2002/12/30 15:41:52 ben Exp $
2b34c09c 2
3Set makefile Makefile.mpw
4
5# Run Make, then execute its output.
6
2b34c09c 7Echo "# `Date -t` ----- Analyzing dependencies."
8Begin
9 Echo "Set Echo 1"
d1580b21 10 Make {"Parameters"} -f "{makefile}"
b374e443 11End > make.out
2b34c09c 12Echo "# `Date -t` ----- Executing build commands."
b374e443 13make.out
14Delete make.out
2b34c09c 15Echo "# `Date -t` ----- Done."