From: Chris Hanson Date: Mon, 7 Dec 1992 22:14:10 +0000 (+0000) Subject: Add scmsig to "everything" rule. X-Git-Tag: 20090517-FFI~8665 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=3f4a23a3b09c2300330b7497390e5d2accc03d75;p=mit-scheme.git Add scmsig to "everything" rule. --- 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