From a8b54e180e6b27bec429c1d5a31cbc4239d29419 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 4 May 2007 01:27:30 +0000 Subject: [PATCH] Fix typo: we no longer have "etc/c-build-bands.sh". --- v7/src/Makefile.in | 5 ++--- v7/src/configure.ac | 5 +---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/v7/src/Makefile.in b/v7/src/Makefile.in index bbda9e11e..508dd93a4 100644 --- a/v7/src/Makefile.in +++ b/v7/src/Makefile.in @@ -1,4 +1,4 @@ -# $Id: Makefile.in,v 1.33 2007/05/03 03:40:07 cph Exp $ +# $Id: Makefile.in,v 1.34 2007/05/04 01:27:30 cph Exp $ # # Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, # 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, @@ -69,13 +69,12 @@ AUXDIR = @AUXDIR@ EDETC = $(AUXDIR)/edwin/etc COMPILE_SCRIPT = @COMPILE_SCRIPT@ -BUILD_BANDS_SCRIPT = @BUILD_BANDS_SCRIPT@ all: ( cd microcode && $(MAKE) all ) $(srcdir)/etc/$(COMPILE_SCRIPT) $(srcdir) ( cd microcode && $(MAKE) liarc-bundles ) - $(srcdir)/etc/$(BUILD_BANDS_SCRIPT) + $(srcdir)/etc/build-bands.sh c: boot-compiler.com $(srcdir)/etc/c-prepare.sh diff --git a/v7/src/configure.ac b/v7/src/configure.ac index 01ebc2466..9f1c55a38 100644 --- a/v7/src/configure.ac +++ b/v7/src/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT([MIT/GNU Scheme], [7.7.91], [bug-mit-scheme@gnu.org], [mit-scheme]) -AC_REVISION([$Id: configure.ac,v 1.9 2007/04/30 07:08:43 cph Exp $]) +AC_REVISION([$Id: configure.ac,v 1.10 2007/05/04 01:27:24 cph Exp $]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_PROG_MAKE_SET @@ -40,20 +40,17 @@ fi case ${enable_native_code} in c) COMPILE_SCRIPT=c-compile.sh - BUILD_BANDS_SCRIPT=c-build-bands.sh INSTALL_COM=: SYSTEM_BASE_NAME=mit-scheme-c ;; *) COMPILE_SCRIPT=compile.sh - BUILD_BANDS_SCRIPT=build-bands.sh INSTALL_COM='$(INSTALL_DATA)' SYSTEM_BASE_NAME=mit-scheme ;; esac AC_SUBST([COMPILE_SCRIPT]) -AC_SUBST([BUILD_BANDS_SCRIPT]) AC_SUBST([INSTALL_COM]) AC_PROG_INSTALL -- 2.25.1