From: Brian Paul Date: Mon, 16 Oct 2006 20:51:50 +0000 (+0000) Subject: s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=28081ae6c08378372651d4acdec48e5c88fc8cce;p=mesa.git s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug 8669) --- diff --git a/src/mesa/sources b/src/mesa/sources index 5d9f2d3c05a..09692c6f155 100644 --- a/src/mesa/sources +++ b/src/mesa/sources @@ -308,7 +308,7 @@ FBDEV_DRIVER_SOURCES = \ ALL_SOURCES = \ $(GLAPI_SOURCES) \ $(SOLO_SOURCES) \ - $(X86_SOURCES) \ + $(ASM_SOURCES) \ $(COMMON_DRIVER_SOURCES)\ $(X11_DRIVER_SOURCES) \ $(FBDEV_DRIVER_SOURCES) \