From: Guillermo J. Rozas Date: Tue, 12 Jun 1990 17:53:18 +0000 (+0000) Subject: Remove scmkit from install.world. X-Git-Tag: 20090517-FFI~11394 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=74140fc38a66a485cddaeca9cc72c78b62aefd48;p=mit-scheme.git Remove scmkit from install.world. --- diff --git a/v7/src/microcode/unxutl/y300.lcl b/v7/src/microcode/unxutl/y300.lcl index 5331d1f82..f3ca28d90 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.5 1990/06/12 17:52:24 jinx Exp $ + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.6 1990/06/12 17:53:18 jinx Exp $ */ /* These extra files are for 6003. They assume we're using HP-UX. */ @@ -39,13 +39,10 @@ world: all bchscheme scm6003 everything: world Bintopsb Ppband -install.world: install scm6003 scmkit +install.world: install scm6003 -mv -f $(BINDIR)/scm6003 $(BINDIR)/scm6003.busy rm -f $(BINDIR)/scm6003.busy $(INSTALL) scm6003 $(BINDIR)/scm6003 - -mv -f $(BINDIR)/scmkit $(BINDIR)/scmkit.busy - rm -f $(BINDIR)/scmkit.busy - $(INSTALL) scmkit $(BINDIR)/scmkit scm6003 : $(OBJECTS) $(6003_OBJECTS) @ECHO "#** Re-linking" $@ because of $?