From: Guillermo J. Rozas Date: Tue, 4 Feb 1992 16:00:13 +0000 (+0000) Subject: Install kitscheme as well as scm6003. X-Git-Tag: 20090517-FFI~9871 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6db4e0ba0f58351bcbd6b1d0e62ceb2b7d1f873e;p=mit-scheme.git Install kitscheme as well as scm6003. --- diff --git a/v7/src/microcode/unxutl/y300.lcl b/v7/src/microcode/unxutl/y300.lcl index badff4d21..20f2ff51b 100644 --- a/v7/src/microcode/unxutl/y300.lcl +++ b/v7/src/microcode/unxutl/y300.lcl @@ -1,6 +1,6 @@ /* -*- C -*- Switzerland local additions to the makefile - $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.19 1991/11/04 17:17:31 jinx Exp $ + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.20 1992/02/04 16:00:13 jinx Exp $ */ COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) @@ -60,6 +60,9 @@ install.world: install scm6003 -mv -f $(BINDIR)/scm6003 $(BINDIR)/scm6003.busy rm -f $(BINDIR)/scm6003.busy $(INSTALL) scm6003 $(BINDIR)/scm6003 + -mv -f $(BINDIR)/kitscheme $(BINDIR)/kitscheme.busy + rm -f $(BINDIR)/kitscheme.busy + $(INSTALL) kitscheme $(BINDIR)/kitscheme scm6003 : $(COMMON_OBJECTS) $(6003_OBJECTS) @ECHO "#** Re-linking" $@ because of $?