diff example/HelloWorld/Makefile.ps3 @ 115:44e3bf914155

fix Makefile
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Thu, 13 Nov 2008 10:46:36 +0900
parents 9d13524c7136
children
line wrap: on
line diff
--- a/example/HelloWorld/Makefile.ps3	Thu Nov 13 10:24:16 2008 +0900
+++ b/example/HelloWorld/Makefile.ps3	Thu Nov 13 10:46:36 2008 +0900
@@ -11,7 +11,7 @@
 TASK_SRCS = $(filter-out $(TASK_DIR)/$(TASK_SRCS_EXCLUDE),$(TASK_SRCS_TMP))
 TASK_OBJS = $(TASK_SRCS:.cc=.o)
 
-LIBS = -lCellManager -lspe2 -lpthread -Wl,--gc-sections 
+LIBS += -lCellManager -lspe2 -lpthread -Wl,--gc-sections 
 
 .SUFFIXES: .cc .o