diff options
author | Matt Turner <[email protected]> | 2012-09-05 21:08:39 -0700 |
---|---|---|
committer | Andreas Boll <[email protected]> | 2013-01-13 00:55:37 +0100 |
commit | 92ce9c38fd5e2260ca2a707548c4de13a6002a1b (patch) | |
tree | 9896c99928b93d2c1eee28bc09b1a97907ce85c8 /src/gallium/targets/opencl | |
parent | 8c80bdc4a8d0b1c39cad8b8bfb1b982a498f0a8e (diff) |
Remove hacks for static Makefiles
v2: Andreas Boll <[email protected]>
- don't remove compatibility with scripts for the old build system
v3: Andreas Boll <[email protected]>
- remove more obsolete hacks
v4: Andreas Boll <[email protected]>
- add a previously removed TOP variable to fix vgapi build
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 362d49d2d6c..c5c30030cad 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -40,7 +40,3 @@ all-local: libOpenCL.la @$(MAKE) -C $(PIPE_SRC_DIR) $(MKDIR_P) $(top_builddir)/$(LIB_DIR) ln -f .libs/libOpenCL.so* $(top_builddir)/$(LIB_DIR)/ - -# FIXME: Remove when the rest of Gallium is converted to automake. -TOP=$(top_builddir) -default: all |