Mesa (master): r600g: Fix out of tree builds that use the LLVM backend

Tom Stellard tstellar at kemper.freedesktop.org
Mon May 7 19:10:06 UTC 2012


Module: Mesa
Branch: master
Commit: 3f8c37967a66da6bc63b283b3eba69fd48eba2f6
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f8c37967a66da6bc63b283b3eba69fd48eba2f6

Author: Tom Stellard <thomas.stellard at amd.com>
Date:   Mon May  7 15:04:08 2012 -0400

r600g: Fix out of tree builds that use the LLVM backend

https://bugs.freedesktop.org/show_bug.cgi?id=49567

---

 src/gallium/drivers/r600/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/drivers/r600/Makefile.am b/src/gallium/drivers/r600/Makefile.am
index 3089a82..77d2674 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) \




More information about the mesa-commit mailing list