projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26b7b50
)
pipe-loader: Fix llvmpipe.la path
author
Michel Dänzer
<michel.daenzer@amd.com>
Wed, 4 Dec 2013 02:56:10 +0000
(11:56 +0900)
committer
Michel Dänzer
<michel@daenzer.net>
Wed, 4 Dec 2013 02:56:10 +0000
(11:56 +0900)
Fixes
make[3]: *** No rule to make target `.../src/gallium/drivers/softpipe/libllvmpipe.la', needed by `pipe_swrast.la'. Stop.
src/gallium/targets/pipe-loader/Makefile.am
patch
|
blob
|
history
diff --git
a/src/gallium/targets/pipe-loader/Makefile.am
b/src/gallium/targets/pipe-loader/Makefile.am
index 90b5760421f47457e1ed6fab6b9e5d663152bfb2..97733c13bc5bfa8ad26fd43427b7fea4ad04f4be 100644
(file)
--- a/
src/gallium/targets/pipe-loader/Makefile.am
+++ b/
src/gallium/targets/pipe-loader/Makefile.am
@@
-159,7
+159,7
@@
if HAVE_GALLIUM_LLVMPIPE
nodist_EXTRA_pipe_swrast_la_SOURCES = dummy.cpp
pipe_swrast_la_LIBADD += \
- $(top_builddir)/src/gallium/drivers/
soft
pipe/libllvmpipe.la \
+ $(top_builddir)/src/gallium/drivers/
llvm
pipe/libllvmpipe.la \
$(LLVM_LIBS)
pipe_swrast_la_LDFLAGS += $(LLVM_LDFLAGS)
endif