OSDN Git Service

s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug...
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 20:51:50 +0000 (20:51 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 16 Oct 2006 20:51:50 +0000 (20:51 +0000)
src/mesa/sources

index 5d9f2d3..09692c6 100644 (file)
@@ -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) \