--- ./src/osdep/unix/mkauths Tue Oct 24 20:00:38 2000 +++ ../imap-2001a/./src/osdep/unix/mkauths Fri Nov 30 13:38:21 2001 @@ -11,7 +11,7 @@ # Internet: MRC@CAC.Washington.EDU # # Date: 5 December 1995 -# Last Edited: 24 October 2000 +# Time-stamp: " " # # The IMAP toolkit provided in this Distribution is # Copyright 2000 University of Washington. @@ -27,7 +27,7 @@ for authenticator do if [ -f Makefile."$authenticator" ]; then - make -f Makefile."$authenticator" `cat SPECIALS` + ${MAKE:-make} -f Makefile."$authenticator" `cat SPECIALS` fi echo "extern AUTHENTICATOR auth_"$authenticator";" >> linkage.h echo " auth_link (&auth_"$authenticator"); /* link in the $authenticator authenticator */" | cat >> linkage.c --- ./src/osdep/unix/Makefile Tue Nov 6 19:16:43 2001 +++ ../imap-2001a/./src/osdep/unix/Makefile Fri Nov 30 13:39:19 2001 @@ -9,7 +9,7 @@ # Internet: MRC@CAC.Washington.EDU # # Date: 11 May 1989 -# Last Edited: 6 November 2001 +# Time-stamp: " " # # The IMAP toolkit provided in this Distribution is # Copyright 2001 University of Washington. @@ -585,7 +585,7 @@ RANLIB=true sg6: # Silicon Graphics, IRIX 6.5 - MAKEFLAGS= $(BUILD) `$(CAT) SPECIALS` OS=sgi \ + $(BUILD) `$(CAT) SPECIALS` OS=sgi \ SIGTYPE=sv4 CRXTYPE=nfs \ MAILSPOOL=/usr/mail \ RSHPATH=/usr/bsd/rsh \