Remove scmkit from install.world.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:53:18 +0000 (17:53 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 12 Jun 1990 17:53:18 +0000 (17:53 +0000)
v7/src/microcode/unxutl/y300.lcl

index 5331d1f8239cead473e56278ce97f33c9dbe5908..f3ca28d9063e40835b5e42e0150aee25521053c8 100644 (file)
@@ -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 $?