From: Brian Paul Date: Thu, 10 Jul 2008 19:27:30 +0000 (-0600) Subject: gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a452e0cbdeacdeb60d957eb2ebd2647a3d7a3770;p=mesa.git gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies libutil.a and libtranslate.a depend on libcso_cache.a so put them in that order. --- diff --git a/configs/default b/configs/default index 2776a118057..336d59e8c14 100644 --- a/configs/default +++ b/configs/default @@ -68,7 +68,7 @@ PROGRAM_DIRS = demos redbook samples glsl xdemos # Gallium directories and -GALLIUM_AUXILIARY_DIRS = draw cso_cache pipebuffer tgsi sct translate rtasm util +GALLIUM_AUXILIARY_DIRS = draw util translate cso_cache pipebuffer tgsi sct rtasm GALLIUM_AUXILIARIES = $(foreach DIR,$(GALLIUM_AUXILIARY_DIRS),$(TOP)/src/gallium/auxiliary/$(DIR)/lib$(DIR).a) GALLIUM_DRIVER_DIRS = softpipe i915simple i965simple failover GALLIUM_WINSYS_COMMON_DIRS =