From a9b7f3f8386a8c3a2e56a40ab723649b5f742b31 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Wed, 27 Aug 2008 14:16:36 +0000 Subject: [PATCH] Put bci files in the library directory, not in the SRC/ subdirectory of the library directory. --- v7/dist/make-scmutils | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/dist/make-scmutils b/v7/dist/make-scmutils index fcbaf2ff1..0c1ddb90d 100755 --- a/v7/dist/make-scmutils +++ b/v7/dist/make-scmutils @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: make-scmutils,v 1.6 2006/02/02 03:46:46 cph Exp $ +# $Id: make-scmutils,v 1.7 2008/08/27 14:16:36 riastradh Exp $ # # Copyright 2001,2002,2004,2006 Massachusetts Institute of Technology # @@ -65,7 +65,7 @@ BINDIR="${IMAGE_DIR}/bin" AUXDIR="${IMAGE_DIR}/scmutils" MBINDIR="${AUXDIR}/mit-scheme/bin" MAUXDIR="${AUXDIR}/mit-scheme/lib" -BCIDIR="${MAUXDIR}/SRC" +BCIDIR="${MAUXDIR}" STAMP_UNPACK="${TL_DIR}/stamp-unpack" STAMP_BUILD="${TL_DIR}/stamp-build" -- 2.25.1