From: Michel Dänzer Date: Wed, 4 Dec 2013 02:56:10 +0000 (+0900) Subject: pipe-loader: Fix llvmpipe.la path X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=79e651262900c4234046f3661c4c3aa5431c4666;p=mesa.git pipe-loader: Fix llvmpipe.la path Fixes make[3]: *** No rule to make target `.../src/gallium/drivers/softpipe/libllvmpipe.la', needed by `pipe_swrast.la'. Stop. --- diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 90b5760421f..97733c13bc5 100644 --- 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/softpipe/libllvmpipe.la \ + $(top_builddir)/src/gallium/drivers/llvmpipe/libllvmpipe.la \ $(LLVM_LIBS) pipe_swrast_la_LDFLAGS += $(LLVM_LDFLAGS) endif