From 71a74f886487647161f5cfa4332111f08bc207f9 Mon Sep 17 00:00:00 2001 From: ceriel Date: Sun, 1 Feb 1987 22:32:23 +0000 Subject: [PATCH] *** empty log message *** --- mach/i80/dl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/i80/dl/Makefile b/mach/i80/dl/Makefile index e922d089..e684c21e 100644 --- a/mach/i80/dl/Makefile +++ b/mach/i80/dl/Makefile @@ -4,10 +4,10 @@ OBJLIB=$(EMHOME)/modules/lib/libobject.a head: mccpm nascom mccpm: mccpm.c - $(CC) -o mccpm mccpm.c $(OBJLIB) + $(CC) -I$(EMHOME)/h -o mccpm mccpm.c $(OBJLIB) nascom: nascom.c - $(CC) -o nascom nascom.c $(OBJLIB) + $(CC) -I$(EMHOME)/h -o nascom nascom.c $(OBJLIB) install: head @echo Nothing is installed