[Mesa-dev] [PATCH] st/xorg: add GALLIUM_AUXILIARIES to target dependencies
Marek Olšák
maraeo at gmail.com
Sun Jun 19 17:27:20 PDT 2011
Pushed, thanks.
Marek
On Mon, Jun 20, 2011 at 12:08 AM, Marcin Slusarz
<marcin.slusarz at gmail.com> wrote:
> 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
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
More information about the mesa-dev
mailing list