[Mesa-dev] [PATCH 06/18] mesa/build: Get rid of dead ALL_FILES variable
Matt Turner
mattst88 at gmail.com
Sun Mar 10 20:24:47 PDT 2013
---
src/mesa/Makefile.sources | 6 ------
1 files changed, 0 insertions(+), 6 deletions(-)
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 178ceb2..3c88108 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -332,12 +332,6 @@ MESA_GALLIUM_FILES = \
$(STATETRACKER_FILES) \
$(SRCDIR)x86/common_x86.c
-# All the core C sources, for dependency checking
-ALL_FILES = \
- $(MESA_FILES) \
- $(MESA_ASM_FILES) \
- $(STATETRACKER_FILES)
-
### Include directories
INCLUDE_DIRS = \
--
1.7.8.6
More information about the mesa-dev
mailing list