diff options
author | Keith Whitwell <[email protected]> | 2007-08-08 11:10:37 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-08 11:14:08 +0100 |
commit | dbb297fac6a9637cc7ee7ab2cf40f196048ba626 (patch) | |
tree | 51182cf8ee3d28c5ed36ac745d99082d1891c8cb /src/mesa/Makefile | |
parent | 7e78b9e4d0117d7438fa1a07dff2bc261a9100d9 (diff) |
Hook up i915simple. Doesn't compile.
Diffstat (limited to 'src/mesa/Makefile')
-rw-r--r-- | src/mesa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile index 7d4bd22203d..9dde96ee21f 100644 --- a/src/mesa/Makefile +++ b/src/mesa/Makefile @@ -150,7 +150,7 @@ depend: $(ALL_SOURCES) subdirs: @ (cd x86 ; $(MAKE)) @ (cd x86-64 ; $(MAKE)) - (cd pipe/softpipe ; $(MAKE)) + (cd pipe ; $(MAKE)) install: default $(INSTALL) -d $(INSTALL_DIR)/include/GL @@ -183,7 +183,7 @@ clean: (cd drivers/dri && $(MAKE) clean) (cd x86 && $(MAKE) clean) (cd x86-64 && $(MAKE) clean) - (cd pipe/softpipe ; $(MAKE) clean ) + (cd pipe ; $(MAKE) clean ) include depend |