From 237d56ac1653fbc5201652d8edcf47d4c4b58b77 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 e922d0897..e684c21e2 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 -- 2.34.1