From: Chris Hanson Date: Wed, 26 Jul 1989 03:47:51 +0000 (+0000) Subject: Move M4 rule from "m/vax.h" to "s/ultrix.h". X-Git-Tag: 20090517-FFI~11935 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=e4a108dfafbe7cc612032980e543348d98d094e3;p=mit-scheme.git Move M4 rule from "m/vax.h" to "s/ultrix.h". Remove conditionalized definition of LIBS_MACHINE. --- diff --git a/v7/src/microcode/m/vax.h b/v7/src/microcode/m/vax.h index f0b523d07..add06adde 100644 --- a/v7/src/microcode/m/vax.h +++ b/v7/src/microcode/m/vax.h @@ -1,7 +1,7 @@ /* -*-C-*- Machine file for DEC Vax computers -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/vax.h,v 1.1 1989/07/18 22:36:14 cph Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/m/Attic/vax.h,v 1.2 1989/07/26 03:47:51 cph Rel $ Copyright (c) 1989 Massachusetts Institute of Technology @@ -34,10 +34,3 @@ promotional, or sales literature without prior written consent from MIT in each case. */ #define PROC_TYPE PROC_TYPE_VAX - -#ifndef HAVE_CURSES -#define LIBS_MACHINE -ltermcap -#endif - -#define M4_RULE .m4.s: ; @ECHO "### Generating $@ because of $?" @@\ - $(M4) $(M4_FLAGS) $*.m4 | sed -e 's/@/$$/g' -e 's/^ $$//' >$*.s