From 3f4a23a3b09c2300330b7497390e5d2accc03d75 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Mon, 7 Dec 1992 22:14:10 +0000 Subject: [PATCH] Add scmsig to "everything" rule. --- v7/src/microcode/unxutl/y300.lcl | 4 ++-- v7/src/microcode/unxutl/y700.lcl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/v7/src/microcode/unxutl/y300.lcl b/v7/src/microcode/unxutl/y300.lcl index fa203c6e5..3c3fd0d81 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 - $Id: y300.lcl,v 1.22 1992/12/04 01:25:35 nick Exp $ + $Id: y300.lcl,v 1.23 1992/12/07 22:14:10 cph Exp $ */ COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) @@ -65,7 +65,7 @@ SIG_LIB = $(USER_LIBS) $(X_LIB) $(TERMCAP_LIBS)\ LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD -world: all scm6003 kitscheme +world: all scmsig scm6003 kitscheme everything: world Ppband diff --git a/v7/src/microcode/unxutl/y700.lcl b/v7/src/microcode/unxutl/y700.lcl index 37272cd66..ca6c4c7ba 100644 --- a/v7/src/microcode/unxutl/y700.lcl +++ b/v7/src/microcode/unxutl/y700.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/y700.lcl,v 1.2 1992/12/03 22:06:46 nick Exp $ + $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/y700.lcl,v 1.3 1992/12/07 22:14:03 cph Exp $ */ COMMON_OBJECTS = $(CORE_OBJECTS) $(STD_GC_OBJECTS) $(UNIX_OBJECTS) $(OS_PRIM_OBJECTS) @@ -26,7 +26,7 @@ SIG_OBJECTS = $(X_OBJECTS) $(TERMCAP_OBJECTS)\ SIG_LIB = $(USER_LIBS) $(X_LIB) $(TERMCAP_LIBS)\ LIB_MATH LIBS_SYSTEM LIBS_MACHINE LIB_DEBUG LIB_STANDARD -world: all scm6003 +world: all scmsig scm6003 everything: world Ppband -- 2.25.1