diff TaskManager/Makefile.cell @ 61:6bc72fde6615

*** empty log message ***
author gongo
date Sat, 16 Feb 2008 20:19:31 +0900
parents f50c74835a9b
children 5da437ae84db
line wrap: on
line diff
--- a/TaskManager/Makefile.cell	Sat Feb 16 20:05:35 2008 +0900
+++ b/TaskManager/Makefile.cell	Sat Feb 16 20:19:31 2008 +0900
@@ -12,12 +12,12 @@
 
 PPE_ALL_OBJS = $(KERN_PPE_OBJS) $(KERN_SCHED_OBJS) $(IMPL_CELL_OBJS)
 $(TARGET): $(PPE_ALL_OBJS)
-	ar crus $@ $(ALL_OBJS)
+	ar crus $@ $(PPE_ALL_OBJS)
 
 $(PPE_ALL_OBJS): %.o : %.cpp
 	$(CC) $(CFLAGS) $(SPUCFLAGS) $(INCLUDE) -c $< -o $@
 
 spe: $(CELL_SPE_OBJS)
 
-$(CELL_SPE_OBJS): %.o %.cpp
+$(CELL_SPE_OBJS): %.o : %.cpp
 	$(SPUCC) $(CFLAGS) $(INCLUDE) -c $< -o $@
\ No newline at end of file