diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-17 16:58:22 -0600 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2008-06-18 09:22:01 -0600 |
commit | 51f24ef5bae3fa1f1ae6172fd5c5e6235f3f6857 (patch) | |
tree | 00c4e043a7cfcc97e34ee5a768452a68d0804163 /src/gallium | |
parent | 414b535134256dbe9e4d4a92068143f054e13720 (diff) |
gallium: remove duplicated u_mm.c in file list
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/util/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/util/Makefile b/src/gallium/auxiliary/util/Makefile index 05bc43131a..db3d810a2e 100644 --- a/src/gallium/auxiliary/util/Makefile +++ b/src/gallium/auxiliary/util/Makefile @@ -15,8 +15,7 @@ C_SOURCES = \ u_mm.c \ u_simple_shaders.c \ u_snprintf.c \ - u_time.c \ - u_mm.c + u_time.c include ../../Makefile.template |