Penguin
Diff: MakefileVariables
EditPageHistoryDiffInfoLikePages

Differences between version 2 and revision by previous author of MakefileVariables.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 2 Last edited on Tuesday, June 17, 2003 11:13:42 pm by SimonLuff Revert
Older page: version 1 Last edited on Sunday, October 13, 2002 8:04:45 pm by PerryLorier Revert
@@ -1,8 +1,8 @@
 !!Implicit Variables 
 ;$@: Target filename 
-;$^ : First prerequesite  
-;$< : All prerequesites 
+;$< : First prerequesite  
+;$^ : All prerequesites 
  
 !!Explicit Variables 
 !Paths to programs 
 ;CC: C compiler, usually "cc" (see cc(1))