From: ceriel Date: Fri, 30 Jan 1987 20:50:31 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~4843 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=e5238c6fcffb5ea8c0082a3201f0804224e26cbc;p=ack.git *** empty log message *** --- diff --git a/mach/pmds/Action b/mach/pmds/Action index 42ad47251..e4c3625cf 100644 --- a/mach/pmds/Action +++ b/mach/pmds/Action @@ -1,6 +1,6 @@ -name "PMDS download program(s)" -dir dl +name "Ack.out --> PMDS a.out format conversion program" +dir cv end -name "PMDS EM library" -dir libem +name "PMDS systemcall library" +dir libsys end diff --git a/mach/pmds/cv/Makefile b/mach/pmds/cv/Makefile index cc289a19b..421009a7d 100644 --- a/mach/pmds/cv/Makefile +++ b/mach/pmds/cv/Makefile @@ -1,7 +1,9 @@ -CFLAGS=-O +EMHOME=../../.. + +CFLAGS=-O -I$(EMHOME)/h cv: cv.o - $(CC) -o cv -n cv.o + $(CC) -o cv -n cv.o $(EMHOME)/modules/lib/libobject.a install: cv ../../install cv