From: José Fonseca Date: Fri, 30 Nov 2012 07:05:24 +0000 (+0000) Subject: llvmpipe: Remove remnants of lp_tile_soa from Makefile. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e7177e362eb2afb0772fa6a611b94c80301ef725;p=mesa.git llvmpipe: Remove remnants of lp_tile_soa from Makefile. 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. --- diff --git a/src/gallium/drivers/llvmpipe/.gitignore b/src/gallium/drivers/llvmpipe/.gitignore index 21cd3cf2ed2..add93e8600f 100644 --- a/src/gallium/drivers/llvmpipe/.gitignore +++ b/src/gallium/drivers/llvmpipe/.gitignore @@ -1,4 +1,3 @@ -lp_tile_soa.c lp_test_arit lp_test_blend lp_test_conv diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index 213cc263d13..0cd90565ec6 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -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)