> Date: Sat, 12 Apr 2008 21:58:17 -0400 > From: "Chris Sutcliffe" <[EMAIL PROTECTED]> > > Could someone please supply a simple Makefile that exhibits the > behaviour so that I can do some testing?
Any Makefile with a single target and command will do. All you need is invoke Make with the --debug=jv switch and see that it does not find sh.exe, although it is on your PATH. When Make finds a shell, it should say something like find_and_set_shell path search set default_shell = D:/usr/bin/sh.exe The latest binary from MinGW site doesn't. _______________________________________________ Make-w32 mailing list [email protected] http://lists.gnu.org/mailman/listinfo/make-w32
