From 79e651262900c4234046f3661c4c3aa5431c4666 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michel=20D=C3=A4nzer?= Date: Wed, 4 Dec 2013 11:56:10 +0900 Subject: [PATCH] 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. --- src/gallium/targets/pipe-loader/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2