diff options
author | Brian Paul <[email protected]> | 2006-10-16 20:51:50 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-10-16 20:51:50 +0000 |
commit | 28081ae6c08378372651d4acdec48e5c88fc8cce (patch) | |
tree | bf21e5e850470d163e9d5c30ca5d9b65855a674a /src/mesa/sources | |
parent | 6ae157f9e776400b2cca0552e9028857e0a23f7d (diff) |
s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug 8669)
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 2 |
1 files changed, 1 insertions, 1 deletions
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) \ |