When using
gcc -M file.c
to generate the dependency, if header files are not found, it gives
error.

Is there a gcc option not to give error (but still generate the correct
dependency),
so that the missing header files may be generated later by other make
rules?

Thanks for your help.
James

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

Reply via email to