diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-02 20:33:58 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2007-08-02 20:33:58 +0100 |
commit | d878bdc7a107991075080f9d6d2f1489b966981f (patch) | |
tree | f9e8303316f7322d74caddef1155e189d904d1f5 /src/mesa/pipe | |
parent | bf64be22686a8e5168bf80d1a57e367da3fffd57 (diff) |
Fix make recursion.
Unfortunately means you can't just type make in softpipe any more.
Diffstat (limited to 'src/mesa/pipe')
-rw-r--r-- | src/mesa/pipe/softpipe/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/pipe/softpipe/Makefile b/src/mesa/pipe/softpipe/Makefile index 947983baf0..04464154e7 100644 --- a/src/mesa/pipe/softpipe/Makefile +++ b/src/mesa/pipe/softpipe/Makefile @@ -40,5 +40,3 @@ include ../Makefile.template symlinks: -default:: - cd ../.. ; make |