diff options
author | Marcin Slusarz <marcin.slusarz@gmail.com> | 2011-06-05 21:04:49 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2011-06-20 02:26:53 +0200 |
commit | 21c0556b61708878ce25879c994bba2f914115a6 (patch) | |
tree | e03fd275ab8adb732f2523b6a0726494d2d5bb74 | |
parent | 2f6a9687cf83aea10225f4ec91206c500bc3df89 (diff) |
st/xorg: add GALLIUM_AUXILIARIES to target dependencies
Without it changes to GALLIUM_AUXILIARIES don't induce target rebuild
Signed-off-by: Marek Olšák <maraeo@gmail.com>
-rw-r--r-- | 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 47040bb14c..6fad7109f2 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) |