From 6db4e0ba0f58351bcbd6b1d0e62ceb2b7d1f873e Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Tue, 4 Feb 1992 16:00:13 +0000 Subject: [PATCH] Install kitscheme as well as scm6003. --- v7/src/microcode/unxutl/y300.lcl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 $? -- 2.25.1