From 05863c487756c1c9dc823cf639f77cad4111bd23 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Tue, 1 Jun 2010 10:15:52 +0100 Subject: gallium: Don't depend directly on staging dir in Xorg template makefile --- src/gallium/targets/Makefile.xorg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg index 610cf45b95..f638fbe455 100644 --- a/src/gallium/targets/Makefile.xorg +++ b/src/gallium/targets/Makefile.xorg @@ -29,7 +29,7 @@ LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET) ##### TARGETS ##### -default: depend $(LIBNAME) $(LIBNAME_STAGING) +default: depend $(TOP)/$(LIB_DIR)/gallium $(LIBNAME) $(LIBNAME_STAGING) $(LIBNAME): $(OBJECTS) Makefile $(LIBS) $(MKLIB) -noprefix -o $@ $(OBJECTS) $(DRIVER_LINKS) @@ -39,7 +39,7 @@ depend: $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(SYMLINKS) $(GENERATED_SOURC touch depend $(MKDEP) $(MKDEP_OPTIONS) $(INCLUDES) $(C_SOURCES) $(CPP_SOURCES) $(ASM_SOURCES) $(GENERATED_SOURCES) 2> /dev/null -$(LIBNAME_STAGING): $(LIBNAME) $(TOP)/$(LIB_DIR)/gallium +$(LIBNAME_STAGING): $(LIBNAME) $(INSTALL) $(LIBNAME) $(TOP)/$(LIB_DIR)/gallium $(TOP)/$(LIB_DIR)/gallium: -- cgit v1.2.3