Add Bintopsb and bchscheme to "all" rule.
authorChris Hanson <org/chris-hanson/cph>
Tue, 2 Jul 1991 18:25:29 +0000 (18:25 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 2 Jul 1991 18:25:29 +0000 (18:25 +0000)
v7/src/microcode/unxutl/y300.lcl
v7/src/microcode/unxutl/ymkfile

index 7326b18de442116ae1faf2a45afd7a741ec8d62a..954648eab69ea4c9a2240d5cd5e5ce253630744d 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.17 1991/03/28 05:36:55 jinx Exp $
+   $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y300.lcl,v 1.18 1991/07/02 18:25:29 cph Exp $
  */
 
 /* These extra files are for 6003.  They assume we're using HP-UX. */
@@ -60,9 +60,9 @@ JINX_LIB = $(USER_LIBS) $(GRAPHICS_LIBS) $(X_LIB) $(TERMCAP_LIBS)\
        LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD
 
 
-world: all bchscheme scm6003 kitscheme
+world: all scm6003 kitscheme
 
-everything: world Bintopsb Ppband
+everything: world Ppband
 
 install.world: install scm6003
        -mv -f $(BINDIR)/scm6003 $(BINDIR)/scm6003.busy
index 76810339a52388612f1ec0bc10b1a8cefdbe1519..f6e2897a4956ba9e1439a954807c73638f978b44 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-C-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.45 1991/07/02 18:18:50 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.46 1991/07/02 18:25:05 cph Exp $
 
 Copyright (c) 1989-91 Massachusetts Institute of Technology
 
@@ -466,7 +466,7 @@ BCHOBJECTS = $(CORE_OBJECTS) $(BCH_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS
 
 /* Construction rules. */
 
-all: Psbtobin scheme $(XTRA_TARGETS)
+all: Bintopsb Psbtobin scheme bchscheme $(XTRA_TARGETS)
 
 scheme xscheme : $(OBJECTS) $(SCHEME_OBJECTS)
        @ECHO "#** Re-linking" $@ because of $?