llvmpipe: Remove remnants of lp_tile_soa from Makefile.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 30 Nov 2012 07:05:24 +0000 (07:05 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 30 Nov 2012 07:07:38 +0000 (07:07 +0000)
Completely forgot about updating Makefile when removing it. Stephane
already fixed the make build, but there were a few mentions of
lp_tile_soa left in the tree.

src/gallium/drivers/llvmpipe/.gitignore
src/gallium/drivers/llvmpipe/Makefile

index 21cd3cf2ed2f9a47aa716fbe25915cb20097e377..add93e8600f6eb2939c536bf4d064f01f0330a3c 100644 (file)
@@ -1,4 +1,3 @@
-lp_tile_soa.c
 lp_test_arit
 lp_test_blend
 lp_test_conv
index 213cc263d1326852357935cb41a955e253534957..0cd90565ec6b8caaf87c0004d16bbf15646d2152 100644 (file)
@@ -62,9 +62,6 @@ include ../../Makefile.template
 
 PROGS_DEPS := ../../auxiliary/libgallium.a
 
-lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxiliary/util/u_format_pack.py ../../auxiliary/util/u_format.csv
-       $(PYTHON2) $(PYTHON_FLAGS) lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@
-
 LDFLAGS += $(LLVM_LDFLAGS)
 LIBS += -L../../auxiliary/ -lgallium libllvmpipe.a $(LLVM_LIBS) $(GL_LIB_DEPS)
 LD=$(CXX)