From: Tom Stellard Date: Mon, 7 May 2012 19:04:08 +0000 (-0400) Subject: r600g: Fix out of tree builds that use the LLVM backend X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f8c37967a66da6bc63b283b3eba69fd48eba2f6;p=mesa.git r600g: Fix out of tree builds that use the LLVM backend https://bugs.freedesktop.org/show_bug.cgi?id=49567 --- diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am index 3089a829e53..77d2674d262 100644 --- a/src/gallium/drivers/r600/Makefile.am +++ b/src/gallium/drivers/r600/Makefile.am @@ -29,7 +29,7 @@ libr600_a_SOURCES += \ $(LLVM_C_SOURCES) libr600_a_LIBADD = \ - $(top_srcdir)/src/gallium/drivers/radeon/libradeon.a + $(top_builddir)/src/gallium/drivers/radeon/libradeon.a AM_CFLAGS += \ $(LLVM_CFLAGS) \