Module: Mesa Branch: master Commit: 775ba11dcd8ddc46f78db3afe35de193a92515d0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=775ba11dcd8ddc46f78db3afe35de193a92515d0
Author: Eric Anholt <[email protected]> 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 <[email protected]> --- 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: -@cd drivers/osmesa && $(MAKE) clean -@cd x86 && $(MAKE) clean -@cd x86-64 && $(MAKE) clean + -@cd libdricore && $(MAKE) clean -include $(DEPENDS) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
