From 66430b19008bb22c9a491e3bce379f024a2e9a52 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 11 Nov 1988 12:53:40 +0000 Subject: [PATCH] fix to fix --- doc/em/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/em/Makefile b/doc/em/Makefile index 54802e070..bd87e860f 100644 --- a/doc/em/Makefile +++ b/doc/em/Makefile @@ -14,7 +14,7 @@ FILES = macr.nr title.nr intro.nr mem.nr ispace.nr dspace.nr mapping.nr \ IOP=$(HOME)/etc/ip_spec.t# # to construct itables from ../em.$(SUF): $(FILES) itables dispatdummy em.i Makefile - $(TBL) $(FILES) | $(NROFF) -kun $(TARGET) > ../em.$(SUF) + $(TBL) $(FILES) | $(NROFF) -mkun $(TARGET) > ../em.$(SUF) app.codes.pr: app.codes.nr itables dispatdummy @@ -31,7 +31,7 @@ mkdispatch: mkdispatch.c $(CC) -I$(HOME)/util/ass -I$(HOME)/h -o mkdispatch mkdispatch.c $(HOME)/lib/em_data.a .SUFFIXES : .pr .nr -.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -kun >$@ +.nr.pr: ; $(TBL) macr.nr $*.nr | $(NROFF) -mkun >$@ clean: rm -f *.pr itables *.out dispatdummy dispat? *.o mkdispatch -- 2.34.1