Module: Mesa Branch: master Commit: 638d5a10f31aebe8642e862de7d0a1eaf977ebae URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=638d5a10f31aebe8642e862de7d0a1eaf977ebae
Author: Marcin Slusarz <marcin.slus...@gmail.com> Date: Sun Oct 16 20:13:49 2011 +0200 st/xorg: fix build when /lib/gallium directory does not exist yet TARGET was not defined, so make checked directory instead of file --- src/gallium/targets/Makefile.xorg | 2 +- 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) _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit