projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
106c99f
)
st/xorg: fix build when /lib/gallium directory does not exist yet
author
Marcin Slusarz
<marcin.slusarz@gmail.com>
Sun, 16 Oct 2011 18:13:49 +0000
(20:13 +0200)
committer
Marcin 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
patch
|
blob
|
history
diff --git
a/src/gallium/targets/Makefile.xorg
b/src/gallium/targets/Makefile.xorg
index be0cb4c814537cd1f8aa6fc64b09462ba95075df..481e3d6a2b732aa56c650642052e607daab76de1 100644
(file)
--- 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)