Browse Source

s/X86_SOURCES/ASM_SOURCES/ in ALL_SOURCES to try to fix make depend warnings (bug 8669)

tags/mesa_6_5_2
Brian Paul 19 years ago
parent
commit
28081ae6c0
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/sources

+ 1
- 1
src/mesa/sources View 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) \

Loading…
Cancel
Save