Index: /trunk/Ohana/Makefile.in
===================================================================
--- /trunk/Ohana/Makefile.in	(revision 12858)
+++ /trunk/Ohana/Makefile.in	(revision 12859)
@@ -20,5 +20,5 @@
 # or use the script 'configure'
 
-include Configure
+include Makefile.System
 
 # .SILENT:								       
Index: /trunk/Ohana/config.tools
===================================================================
--- /trunk/Ohana/config.tools	(revision 12858)
+++ /trunk/Ohana/config.tools	(revision 12859)
@@ -43,5 +43,5 @@
 endif
 
-cat Configure | sed "s|$argv[2]|$argv[3]|" > Configure.tmp
-mv -f Configure.tmp Configure
+cat Makefile.System | sed "s|$argv[2]|$argv[3]|" > Makefile.System.tmp
+mv -f Makefile.System.tmp Makefile.System
 exit 0;
