Module: Mesa Branch: master Commit: 822d951b5d3e07db0dd5cd609ebe2e9a7750f027 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=822d951b5d3e07db0dd5cd609ebe2e9a7750f027
Author: Brian Paul <[email protected]> Date: Tue Feb 9 13:08:23 2010 -0700 llvmpipe: remove .s rule (already in Makefile.template) --- src/gallium/drivers/llvmpipe/Makefile | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
