gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependencies
authorBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Jul 2008 19:27:30 +0000 (13:27 -0600)
committerBrian Paul <brian.paul@tungstengraphics.com>
Thu, 10 Jul 2008 19:28:22 +0000 (13:28 -0600)
libutil.a and libtranslate.a depend on libcso_cache.a so put them in that order.

configs/default

index 2776a118057baf36381820ecb0eaec44501b5fac..336d59e8c14734ad23d237dd39f1b324ab92e946 100644 (file)
@@ -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 =