diff options
author | Jason Ekstrand <[email protected]> | 2017-02-15 09:24:22 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-02-15 10:27:42 -0800 |
commit | a9a517f5300abaa677615aed0f34177c3ca5cde0 (patch) | |
tree | 68c687478fd0106be9d6de36be3b1af4cf513f13 /src/util/Makefile.sources | |
parent | 569231c55e9c489eac8717ac4947f22cfcf95775 (diff) |
util: Fix a typo in Makefile.sources
Reviewed-by: Eric Engestrom <[email protected]>
Diffstat (limited to 'src/util/Makefile.sources')
-rw-r--r-- | src/util/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
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 |