From fcafcb170022536cf43e8453e49291205684e28e Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 16 Jun 1988 17:04:59 +0000 Subject: [PATCH] corrected dependancy list --- util/LLgen/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/LLgen/src/Makefile b/util/LLgen/src/Makefile index 3e1000b2e..27e04c117 100644 --- a/util/LLgen/src/Makefile +++ b/util/LLgen/src/Makefile @@ -67,7 +67,7 @@ gencode.o: types.h global.o: extern.h global.o: io.h global.o: types.h -machdep.o: ../../../h/em_path.h +machdep.o: $(EMHOME)/em_path.h machdep.o: types.h main.o: assert.h main.o: extern.h -- 2.34.1