From 27c3f595bf2b171fd5b5a9329e46d33860b7104e Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Sun, 8 Nov 2009 12:41:08 -0800 Subject: [PATCH] dri: Build in subdirs before linking driver If there are subdirectories in the DRI drivers, it's pretty certain we want to finish building in them before linking the driver. Signed-off-by: Dan Nicholson --- src/mesa/drivers/dri/Makefile.template | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/mesa/drivers/dri/Makefile.template b/src/mesa/drivers/dri/Makefile.template index 1ce9315..388b5e3 100644 --- a/src/mesa/drivers/dri/Makefile.template +++ b/src/mesa/drivers/dri/Makefile.template @@ -64,7 +64,7 @@ default: symlinks subdirs depend $(LIBNAME) $(TOP)/$(LIB_DIR)/$(LIBNAME) $(LIBNAME): $(OBJECTS) $(MESA_MODULES) $(EXTRA_MODULES) $(WINOBJ) Makefile \ - $(TOP)/src/mesa/drivers/dri/Makefile.template + $(TOP)/src/mesa/drivers/dri/Makefile.template subdirs $(MKLIB) -o $@ -noprefix -linker '$(CC)' -ldflags '$(LDFLAGS)' \ $(OBJECTS) $(MESA_MODULES) $(EXTRA_MODULES) $(WINOBJ) \ $(DRI_LIB_DEPS) -- 1.6.2.5