From: Marcin Slusarz Date: Sun, 16 Oct 2011 18:13:49 +0000 (+0200) Subject: st/xorg: fix build when /lib/gallium directory does not exist yet X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=638d5a10f31aebe8642e862de7d0a1eaf977ebae;p=mesa.git st/xorg: fix build when /lib/gallium directory does not exist yet TARGET was not defined, so make checked directory instead of file --- diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg index be0cb4c8145..481e3d6a2b7 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)