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).tags/mesa-7.9-rc1
@@ -137,4 +137,4 @@ depend: $(SOURCES) | |||
@ $(MKDEP) $(MKDEP_OPTIONS) -I$(TOP)/include $(SOURCES) \ | |||
$(X11_INCLUDES) > /dev/null | |||
include depend | |||
-include depend |
@@ -71,4 +71,4 @@ depend: $(GLW_SOURCES) | |||
$(X11_INCLUDES) > /dev/null | |||
include depend | |||
-include depend |