Makefiles: Don't complain if depend file to be included doesn't exist.
authorCarl Worth <cworth@cworth.org>
Tue, 20 Jul 2010 22:59:56 +0000 (15:59 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 21 Jul 2010 20:19:33 +0000 (13:19 -0700)
commit9d1a61efbecfb0093887ebe14b4aff4e7f6aeb85
tree12645956b19980bf43ee7dd5f3c1c8eb545f0efc
parent171a25eaba5c29a5f14e472ca1860a6de248c6b2
Makefiles: Don't complain if depend file to be included doesn't exist.

While bootstrapping the dependencies, make will see the "include depend"
directive before the depend file has been created. To avoid a spurious
warning in this case we use "-include" instead, (which differs precisely
in the fact that it will not emit a diagnostic if the named file does
not exist).
src/glut/glx/Makefile
src/glw/Makefile