[Mesa-dev] [PATCH] st/xorg: add GALLIUM_AUXILIARIES to target dependencies
Marcin Slusarz
marcin.slusarz at gmail.com
Sun Jun 19 15:08:51 PDT 2011
On Sun, Jun 05, 2011 at 09:04:49PM +0200, Marcin Slusarz wrote:
> Without it changes to GALLIUM_AUXILIARIES don't induce target rebuild
> ---
> src/gallium/targets/Makefile.xorg | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
> index 47040bb..6fad710 100644
> --- a/src/gallium/targets/Makefile.xorg
> +++ b/src/gallium/targets/Makefile.xorg
> @@ -41,7 +41,7 @@ endif
>
> default: depend $(TOP)/$(LIB_DIR)/gallium $(LIBNAME) $(LIBNAME_STAGING)
>
> -$(LIBNAME): $(OBJECTS) Makefile ../Makefile.xorg $(LIBS) $(DRIVER_PIPES)
> +$(LIBNAME): $(OBJECTS) Makefile ../Makefile.xorg $(LIBS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES)
> $(MKLIB) -linker '$(CC)' -noprefix -o $@ $(LDFLAGS) $(OBJECTS) $(DRIVER_PIPES) $(GALLIUM_AUXILIARIES) $(DRIVER_LINKS)
>
> depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) $(GENERATED_SOURCES)
> --
Can someone commit this patch?
Marcin
More information about the mesa-dev
mailing list