[Mesa-dev] [PATCH] automake: Connect the libdricore target to make clean.
Kenneth Graunke
kenneth at whitecape.org
Wed May 30 21:24:20 PDT 2012
On 05/30/2012 01:53 PM, Eric Anholt wrote:
> 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)
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
More information about the mesa-dev
mailing list