diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-25 00:29:31 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2017-03-25 00:29:31 +0000 |
commit | c83cf8802f5c955b3ff83408a0f5c41f63fcb415 (patch) | |
tree | 23e00e49e6f2ceaae6e560f8ca02088ecd62c3bc /lib/mesa/src/gallium/tests | |
parent | 0ad866088a8e454456ac70baecf687d8a5d778c6 (diff) |
Merge Mesa 13.0.6
Diffstat (limited to 'lib/mesa/src/gallium/tests')
-rw-r--r-- | lib/mesa/src/gallium/tests/trivial/Makefile.in | 1 | ||||
-rw-r--r-- | lib/mesa/src/gallium/tests/unit/Makefile.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/mesa/src/gallium/tests/trivial/Makefile.in b/lib/mesa/src/gallium/tests/trivial/Makefile.in index d06d6c326..01e4e3c0f 100644 --- a/lib/mesa/src/gallium/tests/trivial/Makefile.in +++ b/lib/mesa/src/gallium/tests/trivial/Makefile.in @@ -168,6 +168,7 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@ CLOCK_LIB = @CLOCK_LIB@ +CLOVER_STD_OVERRIDE = @CLOVER_STD_OVERRIDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ diff --git a/lib/mesa/src/gallium/tests/unit/Makefile.in b/lib/mesa/src/gallium/tests/unit/Makefile.in index 6298ab88d..8094ba114 100644 --- a/lib/mesa/src/gallium/tests/unit/Makefile.in +++ b/lib/mesa/src/gallium/tests/unit/Makefile.in @@ -220,6 +220,7 @@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ CLANG_RESOURCE_DIR = @CLANG_RESOURCE_DIR@ CLOCK_LIB = @CLOCK_LIB@ +CLOVER_STD_OVERRIDE = @CLOVER_STD_OVERRIDE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ |