From 92ce9c38fd5e2260ca2a707548c4de13a6002a1b Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 5 Sep 2012 21:08:39 -0700 Subject: Remove hacks for static Makefiles v2: Andreas Boll - don't remove compatibility with scripts for the old build system v3: Andreas Boll - remove more obsolete hacks v4: Andreas Boll - add a previously removed TOP variable to fix vgapi build --- src/gallium/auxiliary/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/auxiliary/Makefile.am') diff --git a/src/gallium/auxiliary/Makefile.am b/src/gallium/auxiliary/Makefile.am index b8ac7c9dd5c..a4eee4773c2 100644 --- a/src/gallium/auxiliary/Makefile.am +++ b/src/gallium/auxiliary/Makefile.am @@ -45,7 +45,3 @@ util/u_format_srgb.c: $(srcdir)/util/u_format_srgb.py util/u_format_table.c: $(srcdir)/util/u_format_table.py $(srcdir)/util/u_format_pack.py $(srcdir)/util/u_format_parse.py $(srcdir)/util/u_format.csv $(AM_V_GEN) $(PYTHON2) $(srcdir)/util/u_format_table.py $(srcdir)/util/u_format.csv > $@ - -#XXX: Delete this when all targets are converted to automake. -all-local: libgallium.la - ln -f $(builddir)/.libs/libgallium.a $(builddir)/libgallium.a -- cgit v1.2.3