automake: Connect the libdricore target to make clean.
authorEric Anholt <eric@anholt.net>
Wed, 30 May 2012 20:31:27 +0000 (13:31 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 1 Jun 2012 23:25:39 +0000 (16:25 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50480
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/Makefile

index 069527e..05aea8d 100644 (file)
@@ -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)