diff options
author | Brian Paul <brianp@vmware.com> | 2009-04-30 16:52:02 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2009-04-30 16:52:02 -0600 |
commit | 60927f97f7b0df9ce352d0c8b4b973e97d53f20a (patch) | |
tree | 5db7fd16219f0267dc76f99f1a62d3e209913f86 /src | |
parent | c28707b50701b1cf8727be29d61e2d939c6ee58f (diff) |
i915simple: remove duplicated i915_context.c in C_SOURCES
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/i915simple/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915simple/Makefile b/src/gallium/drivers/i915simple/Makefile index 12821c5a76..8870b39866 100644 --- a/src/gallium/drivers/i915simple/Makefile +++ b/src/gallium/drivers/i915simple/Makefile @@ -8,7 +8,6 @@ C_SOURCES = \ i915_clear.c \ i915_flush.c \ i915_context.c \ - i915_context.c \ i915_debug.c \ i915_debug_fp.c \ i915_state.c \ |