summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-05-07 15:04:08 -0400
committerTom Stellard <thomas.stellard@amd.com>2012-05-07 15:05:25 -0400
commit3f8c37967a66da6bc63b283b3eba69fd48eba2f6 (patch)
tree2ea431e55fdb45226bdad17ee749dc40deee3d6f
parentc425c3823fbd475dc83211fef47f7ea58421ed17 (diff)
downloadmesa-3f8c37967a66da6bc63b283b3eba69fd48eba2f6.tar.gz
r600g: Fix out of tree builds that use the LLVM backend
https://bugs.freedesktop.org/show_bug.cgi?id=49567
-rw-r--r--src/gallium/drivers/r600/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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) \