Hi,

I'm trying to automatically generate the dependency files from my C compiler 
and including it using the -include directive But gmake does not seem to abort 
upon encountering the first compile error in a C source file. It seems to 
continue building the rest of the files . How can we make gmake abort upon 
encountering the first error.  It works fine if I do not include the dependency 
file.

Here is a snapshot of what I'm trying to do

Target : src
              $(CC) -c  $(CFLAGS) -makedep $(DEPFILE)


-include $(DEPFILE)

Thanks
Dheeraj

_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make

Reply via email to