Module: Mesa Branch: master Commit: bd0c9d07d0dc6a39ae2f96ced69071e5352ba701 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd0c9d07d0dc6a39ae2f96ced69071e5352ba701
Author: Matt Turner <[email protected]> Date: Thu Feb 21 16:51:03 2013 -0800 mesa/build: Get rid of dead ALL_FILES variable Reviewed-by: Eric Anholt <[email protected]> --- src/mesa/sources.mak | 6 ------ 1 files changed, 0 insertions(+), 6 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 178ceb2..3c88108 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -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 = \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
