changeset 14:c7e7971a76d0

fix.
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Thu, 16 Dec 2010 15:29:43 +0900
parents 806d978e7d99
children ab0cce79402f
files Makefile
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Dec 16 15:25:31 2010 +0900
+++ b/Makefile	Thu Dec 16 15:29:43 2010 +0900
@@ -16,10 +16,10 @@
 	@$(MAKE) -f Makefile.ps3
 
 macosx-depend: FORCE
-	@$(MAKE) -f Makefile.macosx depend
+	@$(MAKE) -f Makefile.mac depend
 
 cell-depend: FORCE
-	@$(MAKE) -f Makefile.cell depend
+	@$(MAKE) -f Makefile.ps3 depend
 
 FORCE:
 	-mkdir -p ../../include/Cerium
@@ -27,7 +27,7 @@
 
 
 clean:
-	@$(MAKE) -f Makefile.macosx clean
-	@$(MAKE) -f Makefile.cell clean
+	@$(MAKE) -f Makefile.mac clean
+	@$(MAKE) -f Makefile.ps3 clean
 	rm -f depend.inc