Mesa (master): automake: Connect the libdricore target to make clean.

Eric Anholt anholt at kemper.freedesktop.org
Fri Jun 1 23:26:42 UTC 2012


Module: Mesa
Branch: master
Commit: 775ba11dcd8ddc46f78db3afe35de193a92515d0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=775ba11dcd8ddc46f78db3afe35de193a92515d0

Author: Eric Anholt <eric at anholt.net>
Date:   Wed May 30 13:31:27 2012 -0700

automake: Connect the libdricore target to make clean.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

---

 src/mesa/Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 069527e..05aea8d 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -215,6 +215,7 @@ clean:
 	- at cd drivers/osmesa && $(MAKE) clean
 	- at cd x86 && $(MAKE) clean
 	- at cd x86-64 && $(MAKE) clean
+	- at cd libdricore && $(MAKE) clean
 
 
 -include $(DEPENDS)




More information about the mesa-commit mailing list