st/xorg: add GALLIUM_AUXILIARIES to target dependencies
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sun, 5 Jun 2011 19:04:49 +0000 (21:04 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 20 Jun 2011 00:26:53 +0000 (02:26 +0200)
Without it changes to GALLIUM_AUXILIARIES don't induce target rebuild

Signed-off-by: Marek Olšák <maraeo@gmail.com>
src/gallium/targets/Makefile.xorg

index 47040bb14c83ab31e079e572679fa4856bce9a1b..6fad7109f29ed824a7b737b680af9f6d0817149b 100644 (file)
@@ -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)