summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorMarcin Slusarz <marcin.slusarz@gmail.com>2011-10-16 20:13:49 +0200
committerMarcin Slusarz <marcin.slusarz@gmail.com>2011-10-17 22:57:27 +0200
commit638d5a10f31aebe8642e862de7d0a1eaf977ebae (patch)
tree9dae9c6e0bda8f50573ab0b65171a8928bf7851c /src/gallium/targets
parent106c99fee52fe712ee5792e876b83aa318740b7d (diff)
downloadexternal_mesa3d-638d5a10f31aebe8642e862de7d0a1eaf977ebae.zip
external_mesa3d-638d5a10f31aebe8642e862de7d0a1eaf977ebae.tar.gz
external_mesa3d-638d5a10f31aebe8642e862de7d0a1eaf977ebae.tar.bz2
st/xorg: fix build when /lib/gallium directory does not exist yet
TARGET was not defined, so make checked directory instead of file
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/Makefile.xorg2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
index be0cb4c..481e3d6 100644
--- a/src/gallium/targets/Makefile.xorg
+++ b/src/gallium/targets/Makefile.xorg
@@ -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)