Browse Source

Adapted for distribution

ceriel 33 years ago
parent
commit
73eb400e2c
3 changed files with 6 additions and 6 deletions
  1. 1 1
      doc/em/Makefile
  2. 2 2
      doc/em/int/Makefile
  3. 3 3
      doc/em/int/mktables.c

+ 1 - 1
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 >$@

+ 2 - 2
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

+ 3 - 3
doc/em/int/mktables.c

@@ -8,9 +8,9 @@
 /* Author: E.G. Keizer */
 
 #include <stdio.h>
-#include <util/ass/ip_spec.h>
-#include <h/em_spec.h>
-#include <h/em_flag.h>
+#include <ip_spec.h>
+#include <em_spec.h>
+#include <em_flag.h>
 
 /* This program reads the human readable interpreter specification
    and produces a efficient machine representation that can be