diff example/Simple/spe/Makefile @ 641:0692b08f1cd6

Regression on Mac OS X
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 21 Nov 2009 10:06:34 +0900
parents d433fc37587d
children 7e937a1cd121
line wrap: on
line diff
--- a/example/Simple/spe/Makefile	Fri Nov 20 23:12:34 2009 +0900
+++ b/example/Simple/spe/Makefile	Sat Nov 21 10:06:34 2009 +0900
@@ -6,7 +6,7 @@
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cc=.o)
 
-CC      = spu-g++ -DABIBIT=$(ABIBIT) -DSIMPLE_TASK 
+CC      = spu-g++ -DABIBIT=$(ABIBIT) $(SIMPLE_TASK)
 CFLAGS  = -g -Wall -fno-exceptions -fno-rtti #-DDEBUG
 INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I..
 LIBS = -L../${CERIUM}/TaskManager -lspemanager