Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Sun, 6 May 2007 00:01:01 +0000 (00:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sun, 6 May 2007 00:01:01 +0000 (00:01 +0000)
v7/src/microcode/makegen/makegen.scm

index 4c8c906a1d2b0b875c2f07296119ab0e3e59bd7b..2f3cdc69c35d3b388afc9a83fbc898cb1dd18d49 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: makegen.scm,v 1.22 2007/05/03 03:49:59 cph Exp $
+$Id: makegen.scm,v 1.23 2007/05/06 00:01:01 cph Exp $
 
 Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
     1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
@@ -284,7 +284,7 @@ USA.
        (call-with-output-file deps-filename
          (lambda (output)
            (for-each (lambda (rule)
-                       (write-rule (caar rules) ":" (cdr rule) output))
+                       (write-rule (car rule) ":" (cdr rule) output))
                      rules))))))
 
 (define (generate-rule filename)