From a4f1d0997d6671f1081643862ecbd8bbdc551cce Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 9 Apr 2007 16:43:24 +0000 Subject: [PATCH] Generate "cref.so" for boot bundles. --- v7/src/microcode/makegen/makegen.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.25.1