From 96fd613e891dc4435539097753e83929579108fb Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 11 Mar 1987 09:49:33 +0000 Subject: [PATCH] Added a "distr" entry --- util/ego/share/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/util/ego/share/Makefile b/util/ego/share/Makefile index 8e8806335..94b7a3fe1 100644 --- a/util/ego/share/Makefile +++ b/util/ego/share/Makefile @@ -1,4 +1,3 @@ - EMHOME=../../.. EMH=$(EMHOME)/h EMLIB=$(EMHOME)/lib @@ -30,6 +29,8 @@ install: all cmp: all +distr: pop_push.h + em_files:\ classdefs.h pop_push.h wordlen.h alloc.m cset.m debug.m\ files.m go.m global.m lset.m map.m parser.m get.m put.m aux.m stack_chg.m\ @@ -45,8 +46,8 @@ makeclassdef: \ $(CC) -o makeclassdef makecldef.c pop_push.h: \ - $(EM)/etc/em_table pop_push.awk - awk -f pop_push.awk < $(EM)/etc/em_table > pop_push.h + $(EMHOME)/etc/em_table pop_push.awk + awk -f pop_push.awk < $(EMHOME)/etc/em_table > pop_push.h wordlen.h: makewordlen makewordlen > wordlen.h -- 2.34.1