From: Brian Paul Date: Tue, 9 Feb 2010 20:08:23 +0000 (-0700) Subject: llvmpipe: remove .s rule (already in Makefile.template) X-Git-Tag: mesa-7.8~947 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=822d951b5d3e07db0dd5cd609ebe2e9a7750f027;p=platform%2Fupstream%2Fmesa.git llvmpipe: remove .s rule (already in Makefile.template) --- diff --git a/src/gallium/drivers/llvmpipe/Makefile b/src/gallium/drivers/llvmpipe/Makefile index be38a43..3173251 100644 --- a/src/gallium/drivers/llvmpipe/Makefile +++ b/src/gallium/drivers/llvmpipe/Makefile @@ -48,11 +48,6 @@ lp_tile_soa.c: lp_tile_soa.py ../../auxiliary/util/u_format_parse.py ../../auxil python lp_tile_soa.py ../../auxiliary/util/u_format.csv > $@ -# to make a .s file to inspect assembly code -.c.s: - $(CC) -S $(INCLUDES) $(DEFINES) $(CFLAGS) $(LIBRARY_DEFINES) $< - - testprogs := lp_test_format \ lp_test_blend \ lp_test_conv