Ethan Du wrote :
> It works. So, my question is: are the internal commands must be > called with "cmd /c"? or what else is wrong? It looks like it's a problem with the "SHELL" variable. As far as I understand, you run a cygwin binary tool (make) from a DOS command line. You should either set "SHELL" variable to cygwin's shell in your Makefile, or run make from a cygwin command line. -- Fabrice GIRARDOT _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
