summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-05-30 13:31:27 -0700
committerEric Anholt <[email protected]>2012-06-01 16:25:39 -0700
commit775ba11dcd8ddc46f78db3afe35de193a92515d0 (patch)
tree6b930159ab2a03b5adfeeaa54319cfd2caa04b57
parenta9cfd95c248c7d111a76c9d61f158086b289552d (diff)
automake: Connect the libdricore target to make clean.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480 Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r--src/mesa/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 069527e3a66..05aea8d9307 100644
--- 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)