From: Eric Anholt Date: Wed, 30 May 2012 20:31:27 +0000 (-0700) Subject: automake: Connect the libdricore target to make clean. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=775ba11dcd8ddc46f78db3afe35de193a92515d0;p=mesa.git automake: Connect the libdricore target to make clean. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480 Reviewed-by: Kenneth Graunke --- 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)