Module: Mesa Branch: master Commit: a9a517f5300abaa677615aed0f34177c3ca5cde0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a9a517f5300abaa677615aed0f34177c3ca5cde0
Author: Jason Ekstrand <[email protected]> Date: Wed Feb 15 09:24:22 2017 -0800 util: Fix a typo in Makefile.sources Reviewed-by: Eric Engestrom <[email protected]> --- src/util/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index eec0311..aecb7c2 100644 --- a/src/util/Makefile.sources +++ b/src/util/Makefile.sources @@ -45,7 +45,7 @@ MESA_UTIL_FILES := \ u_vector.c \ u_vector.h \ vk_alloc.h \ - vk_utils.h + vk_util.h MESA_UTIL_GENERATED_FILES = \ format_srgb.c _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
