summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-09-05 21:08:39 -0700
committerAndreas Boll <andreas.boll.dev@gmail.com>2013-01-13 00:55:37 +0100
commit92ce9c38fd5e2260ca2a707548c4de13a6002a1b (patch)
tree9896c99928b93d2c1eee28bc09b1a97907ce85c8 /src/gallium/drivers/radeonsi/Makefile.am
parent8c80bdc4a8d0b1c39cad8b8bfb1b982a498f0a8e (diff)
downloadexternal_mesa3d-92ce9c38fd5e2260ca2a707548c4de13a6002a1b.zip
external_mesa3d-92ce9c38fd5e2260ca2a707548c4de13a6002a1b.tar.gz
external_mesa3d-92ce9c38fd5e2260ca2a707548c4de13a6002a1b.tar.bz2
Remove hacks for static Makefiles
v2: Andreas Boll <andreas.boll.dev@gmail.com> - don't remove compatibility with scripts for the old build system v3: Andreas Boll <andreas.boll.dev@gmail.com> - remove more obsolete hacks v4: Andreas Boll <andreas.boll.dev@gmail.com> - add a previously removed TOP variable to fix vgapi build
Diffstat (limited to 'src/gallium/drivers/radeonsi/Makefile.am')
-rw-r--r--src/gallium/drivers/radeonsi/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/radeonsi/Makefile.am b/src/gallium/drivers/radeonsi/Makefile.am
index 595cf86..e771d31 100644
--- a/src/gallium/drivers/radeonsi/Makefile.am
+++ b/src/gallium/drivers/radeonsi/Makefile.am
@@ -34,7 +34,3 @@ AM_CFLAGS = $(LLVM_CFLAGS)
libradeonsi_la_SOURCES = $(C_SOURCES)
libradeonsi_la_LIBADD = ../radeon/libllvmradeon@VERSION@.la
-
-#XXX: Delete this when all radeonsi targets are converted to automake.
-all-local: libradeonsi.la
- ln -f $(builddir)/.libs/libradeonsi.a $(builddir)/libradeonsi.a