diff options
author | Matt Turner <[email protected]> | 2013-02-21 16:51:19 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-03-12 17:02:54 -0700 |
commit | d89ef394189831cfb278bbaf318586972a929712 (patch) | |
tree | 8f23f1ec6550d3cade1fab281fdc64c0c149a3d7 /src/mesa/Makefile.am | |
parent | bd0c9d07d0dc6a39ae2f96ced69071e5352ba701 (diff) |
build: Get rid of dead MESA_ASM_FILES variable
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index 41483dd63e8..c341c48e799 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -87,7 +87,6 @@ AM_CPPFLAGS = $(API_DEFINES) $(DEFINES) $(INCLUDE_DIRS) AM_CFLAGS = $(LLVM_CFLAGS) $(VISIBILITY_CFLAGS) AM_CXXFLAGS = $(LLVM_CFLAGS) $(VISIBILITY_CXXFLAGS) -# cannot just add $(MESA_ASM_FILES) to libmesa_la_SOURCES as it contains a configure substitution MESA_ASM_FILES_FOR_ARCH = if HAVE_X86_ASM |