From: Jason Ekstrand Date: Wed, 15 Feb 2017 17:24:22 +0000 (-0800) Subject: util: Fix a typo in Makefile.sources X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9a517f5300abaa677615aed0f34177c3ca5cde0;p=mesa.git util: Fix a typo in Makefile.sources Reviewed-by: Eric Engestrom --- diff --git a/src/util/Makefile.sources b/src/util/Makefile.sources index eec0311c3ea..aecb7c29487 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