From 3fce4fafa4b48037b8b62953c9aa46b9408bc523 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 22 Jun 2007 05:18:41 +0000 Subject: [PATCH] Use --library option with boot compiler to override an environment variable that misidentifies the library directory. --- v7/src/Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index 9103a3158..1f293091f 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.45 2007/06/15 18:09:11 cph Exp $ +# $Id: Makefile.in,v 1.46 2007/06/22 05:18:41 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -116,8 +116,8 @@ stamp_install-liarc-boot-compiler: stamp_build-liarc-boot-compiler echo "done" > $@ stamp_liarc-compile-scheme: - @$(top_srcdir)/etc/c-compile.sh boot-root/bin/scheme \ - --band boot-compiler.com + @$(top_srcdir)/etc/c-compile.sh boot-root/bin/mit-scheme-c \ + --library boot-root/lib/mit-scheme-c --band boot-compiler.com echo "done" > $@ stamp_compile-liarc-bundles: stamp_liarc-compile-scheme compile-liarc-bundles @@ -140,8 +140,8 @@ stamp_install-native-boot-compiler: stamp_build-native-boot-compiler echo "done" > $@ stamp_native-compile-scheme: compile-microcode - @$(top_srcdir)/etc/compile.sh boot-root/bin/scheme \ - --band boot-compiler.com + @$(top_srcdir)/etc/compile.sh boot-root/bin/mit-scheme \ + --library boot-root/lib/mit-scheme --band boot-compiler.com echo "done" > $@ -- 2.25.1