From 51c10d1c0886983e3d3c1c556854be0c47cc561e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 15 Jun 2007 18:05:34 +0000 Subject: [PATCH] Eliminate now-unneeded "sos" link in "lib/". --- v7/src/configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/configure.ac b/v7/src/configure.ac index d8dea57d7..402098ae7 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.16 2007/06/08 06:03:26 cph Exp $]) +AC_REVISION([$Id: configure.ac,v 1.17 2007/06/15 18:05:34 cph Exp $]) AC_CONFIG_SRCDIR([microcode/boot.c]) AC_PROG_MAKE_SET @@ -87,7 +87,7 @@ if test x${enable_native_code} = xc; then (cd lib; rm -f ${BN}; ${LN_S} ../microcode/${BN} .) BN=liarcc-ld (cd lib; rm -f ${BN}; ${LN_S} ../microcode/${BN} .) - for BN in sos star-parser; do + for BN in star-parser; do (cd lib; rm -f ${BN}; ${LN_S} ../${BN} .) done for BUNDLE in 6001 compiler cref edwin imail sf sos ssp star-parser xdoc xml; do -- 2.25.1