>If you do use the SHELL trick, remember to set your SHELL variable back after >running make - otherwise your su's will run the Bourne shell. Or set it in the Makefile instead, and save yourself (and anybody else running "make" with that Makefile) the trouble of remembering to set it before running "make" and set it back after doing so.