From: Brian Paul Date: Sun, 15 Feb 2009 19:08:47 +0000 (-0700) Subject: cell: minor Makefile clean-up X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9576ddd97d463273978cdc530accc04c5d701966;p=mesa.git cell: minor Makefile clean-up --- diff --git a/src/gallium/drivers/cell/spu/Makefile b/src/gallium/drivers/cell/spu/Makefile index 116453b79c5..3cc52301da2 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 \