From 0784732f3d24ca683f0bc3324783ac34be8bd968 Mon Sep 17 00:00:00 2001 From: ceriel Date: Tue, 1 Oct 1991 16:44:14 +0000 Subject: [PATCH] Adapted for distribution --- doc/em/Makefile | 2 +- doc/em/int/Makefile | 4 ++-- doc/em/int/mktables.c | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/em/Makefile b/doc/em/Makefile index bd87e860f..e8bc072d8 100644 --- a/doc/em/Makefile +++ b/doc/em/Makefile @@ -28,7 +28,7 @@ dispatdummy: $(IOP) mkdispatch sed -f dispat3.sed < dispatdummy | $(TBL) > dispat3 mkdispatch: mkdispatch.c - $(CC) -I$(HOME)/util/ass -I$(HOME)/h -o mkdispatch mkdispatch.c $(HOME)/lib/em_data.a + $(CC) -I$(HOME)/h -o mkdispatch mkdispatch.c $(HOME)/lib.bin/em_data.a .SUFFIXES : .pr .nr .nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -mkun >$@ diff --git a/doc/em/int/Makefile b/doc/em/int/Makefile index 6045a7448..9ac609daa 100644 --- a/doc/em/int/Makefile +++ b/doc/em/int/Makefile @@ -8,8 +8,8 @@ tables: mktables $(HOME)/etc/ip_spec.t mktables $(HOME)/etc/ip_spec.t tables mktables: mktables.c $(HOME)/h/em_spec.h $(HOME)/h/em_flag.h \ - $(HOME)/lib/em_data.a $(HOME)/util/ass/ip_spec.h - $(CC) -I$(HOME) -O -o mktables mktables.c $(HOME)/lib/em_data.a + $(HOME)/lib.bin/em_data.a $(HOME)/h/ip_spec.h + $(CC) -I$(HOME)/h -O -o mktables mktables.c $(HOME)/lib.bin/em_data.a em.out: em.p apc -mint -O em.p >emerrs ; mv e.out em.out diff --git a/doc/em/int/mktables.c b/doc/em/int/mktables.c index c92eff012..4b7a107e5 100644 --- a/doc/em/int/mktables.c +++ b/doc/em/int/mktables.c @@ -8,9 +8,9 @@ /* Author: E.G. Keizer */ #include -#include -#include -#include +#include +#include +#include /* This program reads the human readable interpreter specification and produces a efficient machine representation that can be -- 2.34.1