st/xorg: fix build when /lib/gallium directory does not exist yet
authorMarcin Slusarz <marcin.slusarz@gmail.com>
Sun, 16 Oct 2011 18:13:49 +0000 (20:13 +0200)
committerMarcin Slusarz <marcin.slusarz@gmail.com>
Mon, 17 Oct 2011 20:57:27 +0000 (22:57 +0200)
TARGET was not defined, so make checked directory instead of file

src/gallium/targets/Makefile.xorg

index be0cb4c..481e3d6 100644 (file)
@@ -26,7 +26,7 @@ INCLUDES = \
        -I$(TOP)/src/gallium/winsys \
        $(DRIVER_INCLUDES)
 
-LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET)
+LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(LIBNAME)
 
 ifeq ($(MESA_LLVM),1)
 LDFLAGS += $(LLVM_LDFLAGS)