[Mesa-dev] [PATCH] automake: Connect the libdricore target to make clean.
Eric Anholt
eric at anholt.net
Wed May 30 13:53:33 PDT 2012
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480
---
src/mesa/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/mesa/Makefile b/src/mesa/Makefile
index 741ca0f..845b524 100644
--- a/src/mesa/Makefile
+++ b/src/mesa/Makefile
@@ -232,6 +232,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)
--
1.7.10
More information about the mesa-dev
mailing list