From: ceriel Date: Sun, 1 Feb 1987 22:32:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4838 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=237d56ac1653fbc5201652d8edcf47d4c4b58b77;p=ack.git *** empty log message *** --- 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