Makefile
branchjv
changeset 17735 6a5bc05f696a
parent 9027 2a1f5072b3f3
child 17740 55fb39bdf20e
--- a/Makefile	Thu Nov 05 14:41:30 2009 +0000
+++ b/Makefile	Wed Dec 02 21:30:55 2009 +0000
@@ -2,11 +2,11 @@
 # DO NOT EDIT 
 #
 # make uses this file (Makefile) only, if there is no 
-# file named "makefile" in the directory.
-# Our only task is to generate makefile and call make again
+# file named "makefile" (lower-case m) in the same directory.
+# My only task is to generate the real makefile and call make again.
+# Thereafter, I am no longer used and needed.
 #
 
-
 .PHONY: run
 
 run: makefile
@@ -16,6 +16,5 @@
 include Make.proto
 
 makefile:
-	$(TOP)/rules/stmkmf	
+	$(TOP)/rules/stmkmf     
 
-