Mesa (master): cell: minor Makefile clean-up

Brian Paul brianp at kemper.freedesktop.org
Sun Feb 15 21:23:15 UTC 2009


Module: Mesa
Branch: master
Commit: 9576ddd97d463273978cdc530accc04c5d701966
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9576ddd97d463273978cdc530accc04c5d701966

Author: Brian Paul <brianp at vmware.com>
Date:   Sun Feb 15 12:08:47 2009 -0700

cell: minor Makefile clean-up

---

 src/gallium/drivers/cell/spu/Makefile |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile
index 116453b..3cc5230 100644
--- a/src/gallium/drivers/cell/spu/Makefile
+++ b/src/gallium/drivers/cell/spu/Makefile
@@ -33,9 +33,10 @@ OLD_SOURCES = \
 	spu_vertex_shader.c
 
 
-SPU_OBJECTS = $(SOURCES:.c=.o) \
+SPU_OBJECTS = $(SOURCES:.c=.o)
+
+SPU_ASM_OUT = $(SOURCES:.c=.s)
 
-SPU_ASM_OUT = $(SOURCES:.c=.s) \
 
 INCLUDE_DIRS = \
 	-I$(TOP)/src/mesa \




More information about the mesa-commit mailing list