diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-08 11:10:37 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-08 11:14:08 +0100 |
commit | dbb297fac6a9637cc7ee7ab2cf40f196048ba626 (patch) | |
tree | 51182cf8ee3d28c5ed36ac745d99082d1891c8cb /src/mesa/pipe/Makefile | |
parent | 7e78b9e4d0117d7438fa1a07dff2bc261a9100d9 (diff) |
Hook up i915simple. Doesn't compile.
Diffstat (limited to 'src/mesa/pipe/Makefile')
-rw-r--r-- | src/mesa/pipe/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/pipe/Makefile b/src/mesa/pipe/Makefile index ab7e09c991..f5e884e3a0 100644 --- a/src/mesa/pipe/Makefile +++ b/src/mesa/pipe/Makefile @@ -1,6 +1,6 @@ default: - cd .. ; make cd softpipe ; make + cd i915simple ; make clean: rm -f `find . -name \*.[oa]`
\ No newline at end of file |