From: Chris Hanson Date: Thu, 3 May 2007 18:53:22 +0000 (+0000) Subject: C-PREPARE must compile "microcode/utabmd". X-Git-Tag: 20090517-FFI~591 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=5580b8a6181f6c37f7a7131678105c49da48566e;p=mit-scheme.git C-PREPARE must compile "microcode/utabmd". --- diff --git a/v7/src/etc/compile.scm b/v7/src/etc/compile.scm index 16e4c1052..796765d59 100644 --- a/v7/src/etc/compile.scm +++ b/v7/src/etc/compile.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: compile.scm,v 1.15 2007/05/03 12:49:12 cph Exp $ +$Id: compile.scm,v 1.16 2007/05/03 18:53:22 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -104,7 +104,8 @@ USA. (define (c-prepare) (fluid-let ((compiler:invoke-c-compiler? #f)) - (for-each c-compile-dir boot-dirs))) + (for-each c-compile-dir boot-dirs) + (cf "microcode/utabmd"))) (define (c-compile) (fluid-let ((compiler:invoke-c-compiler? #f))