Assertion in make 3.79.1

2000-08-11 Thread Ryan T. Sammartino
Attached is a tarball with a project (missing a lot of the source, I've only included the bare minimum needed to recreate the assertion) that used to work with 3.79 but now produces the following assertion with make 3.79.1: [ryants@cr1016134-a knob]$ make make[1]: Entering directory `/home/ryan

Target specific includes

2000-08-11 Thread Reid Madsen
It would be nice if there were such a thing as conditional includes. For example: depend:: -include dependencies Then in the case where the dependencies file has an error, the dependencies file would not be included when doing 'make depend'. We structure our Makefiles as follows: