summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2008-02-15 13:37:01 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2008-02-15 13:37:01 +0000
commitb29d8d27292c2ad956d3f0a307603f00ee01af28 (patch)
treefcd90e0489cd26141baa2074847e2a114e5ecdc4 /src/gallium/auxiliary/draw/Makefile
parente822e09b89407d6cb8cd4a79e1c5c1e0955caf64 (diff)
draw: subclass vertex shaders according to execution method
Create new files for shaders compiled/executed with llvm, sse, exec respectively
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index 451911a354..fe9b150f30 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -1,2 +1,2 @@
default:
- cd .. ; make
+ cd ../../../mesa ; make