I have a makefile which invokes my compiler from /cygdrive/c/path/to/compiler
when I'm in a cygwin shell, I can invoke it correctly, but from inside a makefile, the absolute path returns "The system cannot find the file specified".
I don't understand why the makefile does not understand the absolute cygdrive path
edit*
In fact, any command with absolute path will fail.
/usr/bin/touch
will also return "The system cannot find the file specified".