From 775ba11dcd8ddc46f78db3afe35de193a92515d0 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 30 May 2012 13:31:27 -0700 Subject: [PATCH] automake: Connect the libdricore target to make clean. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480 Reviewed-by: Kenneth Graunke --- src/mesa/Makefile | 1 + 1 file changed, 1 insertion(+) 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) -- 2.30.2