From e4f7d7ebfebf264ba641e10b762d4c2bc78bb932 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 2 Jul 1991 18:25:29 +0000 Subject: [PATCH] Add Bintopsb and bchscheme to "all" rule. --- v7/src/microcode/unxutl/y300.lcl | 6 +++--- v7/src/microcode/unxutl/ymkfile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/v7/src/microcode/unxutl/y300.lcl b/v7/src/microcode/unxutl/y300.lcl index 7326b18de..954648eab 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.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 diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 76810339a..f6e2897a4 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -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 $? -- 2.25.1