OSDN Git Service

r600g: Fix out of tree builds that use the LLVM backend
authorTom Stellard <thomas.stellard@amd.com>
Mon, 7 May 2012 19:04:08 +0000 (15:04 -0400)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 7 May 2012 19:05:25 +0000 (15:05 -0400)
https://bugs.freedesktop.org/show_bug.cgi?id=49567

src/gallium/drivers/r600/Makefile.am

index 3089a82..77d2674 100644 (file)
@@ -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) \