summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/opencl
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-01-20 12:54:31 -0800
committerMatt Turner <mattst88@gmail.com>2013-04-15 12:05:55 -0700
commit2f7a37d858ecafa51e70eb8aeb9b7cfcfaf2fa0e (patch)
tree7f8ebcc811f8a5eba492efb3d238d53d011846aa /src/gallium/targets/opencl
parent0d3b1b0e2eb9212d95cd590848b059ebdae46da9 (diff)
downloadexternal_mesa3d-2f7a37d858ecafa51e70eb8aeb9b7cfcfaf2fa0e.zip
external_mesa3d-2f7a37d858ecafa51e70eb8aeb9b7cfcfaf2fa0e.tar.gz
external_mesa3d-2f7a37d858ecafa51e70eb8aeb9b7cfcfaf2fa0e.tar.bz2
build: Build pipe-loader before gallium tests
And don't build it from other Makefiles. That's awful, and breaks distclean. Tested-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-and-Tested-by: Andreas Boll <andreas.boll.dev@gmail.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r--src/gallium/targets/opencl/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am
index 810f9bb..4b77d0a 100644
--- a/src/gallium/targets/opencl/Makefile.am
+++ b/src/gallium/targets/opencl/Makefile.am
@@ -32,11 +32,8 @@ libOpenCL_la_SOURCES =
# Force usage of a C++ linker
nodist_EXTRA_libOpenCL_la_SOURCES = dummy.cpp
-PIPE_BUILD_DIR = $(top_builddir)/src/gallium/targets/pipe-loader
-
# Provide compatibility with scripts for the old Mesa build system for
# a while by putting a link to the driver into /lib of the build tree.
all-local: libOpenCL.la
- @$(MAKE) -C $(PIPE_BUILD_DIR)
$(MKDIR_P) $(top_builddir)/$(LIB_DIR)
ln -f .libs/libOpenCL.so* $(top_builddir)/$(LIB_DIR)/