Cleanups of the GSSAPI support. On Windows, standard GSS libraries
[u/mdw/putty] / mac / mkputty.mpw
1 # $Id$
2
3 Set makefile Makefile.mpw
4
5 # Run Make, then execute its output.
6
7 Echo "# `Date -t` ----- Analyzing dependencies."
8 Begin
9 Echo "Set Echo 1"
10 Make {"Parameters"} -f "{makefile}"
11 End > make.out
12 Echo "# `Date -t` ----- Executing build commands."
13 make.out
14 Delete make.out
15 Echo "# `Date -t` ----- Done."