[7614] in Athena Bugs
Invalid imake assumption
daemon@ATHENA.MIT.EDU (Barr3y Jaspan)
Fri May 31 19:13:10 1991
Date: Fri, 31 May 91 19:12:55 EDT
From: "Barr3y Jaspan" <bjaspan@ATHENA.MIT.EDU>
To: krb5dev@ATHENA.MIT.EDU, bugs@ATHENA.MIT.EDU
The Kerberos V4 imake files, and therefore possibly other Athena imake
files, assume that make will fork /bin/sh to execute target actions.
On SysV R4, make will use the value of the SHELL environment variable,
or the SHELL macro if it is set. Things like
Makefiles::
for i in $(SUBDIRS); do \
blah
will lose with the wrong SHELL.