From: Chris Hanson Date: Mon, 9 Apr 2007 16:43:24 +0000 (+0000) Subject: Generate "cref.so" for boot bundles. X-Git-Tag: 20090517-FFI~670 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=a4f1d0997d6671f1081643862ecbd8bbdc551cce;p=mit-scheme.git Generate "cref.so" for boot bundles. --- diff --git a/v7/src/microcode/makegen/makegen.scm b/v7/src/microcode/makegen/makegen.scm index 38684c61f..a3d517902 100644 --- a/v7/src/microcode/makegen/makegen.scm +++ b/v7/src/microcode/makegen/makegen.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: makegen.scm,v 1.16 2007/04/04 05:08:19 riastradh Exp $ +$Id: makegen.scm,v 1.17 2007/04/09 16:43:24 cph Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -87,7 +87,7 @@ USA. output) (newline output) (newline output) - (write-rule "LIARC_BOOT_BUNDLES" "=" '("sf+compiler.so") output) + (write-rule "LIARC_BOOT_BUNDLES" "=" '("sf+compiler.so" "cref.so") output) (newline output) (write-rule "LIARC_INSTALL" "=" '("install-liarc-bundles") output) (newline output)