projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9cfd95
)
automake: Connect the libdricore target to make clean.
author
Eric Anholt
<eric@anholt.net>
Wed, 30 May 2012 20:31:27 +0000
(13:31 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 1 Jun 2012 23:25:39 +0000
(16:25 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/Makefile
patch
|
blob
|
history
diff --git
a/src/mesa/Makefile
b/src/mesa/Makefile
index 069527e3a66ffab24972a372685f68f99663eff2..05aea8d9307b4b2c630fce19e604326f15fa6751 100644
(file)
--- a/
src/mesa/Makefile
+++ b/
src/mesa/Makefile
@@
-215,6
+215,7
@@
clean:
-@cd drivers/osmesa && $(MAKE) clean
-@cd x86 && $(MAKE) clean
-@cd x86-64 && $(MAKE) clean
+ -@cd libdricore && $(MAKE) clean
-include $(DEPENDS)