From 4cc29867576af77db29a68a3f9424b1035ab173a Mon Sep 17 00:00:00 2001 From: keie Date: Sat, 8 Dec 1984 00:45:55 +0000 Subject: [PATCH] This makefile was copied from ../../m68k2/dl. The now irrelevant entries are removed. --- mach/pmds/cv/Makefile | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/mach/pmds/cv/Makefile b/mach/pmds/cv/Makefile index aecf5b8fc..d7308871d 100644 --- a/mach/pmds/cv/Makefile +++ b/mach/pmds/cv/Makefile @@ -1,20 +1,13 @@ CFLAGS=-O -cv: cv.o - $(CC) -o cv -n cv.o - pmcv: pmcv.o $(CC) -o pmcv -n pmcv.o -install: ins_cv ins_pmcv -ins_cv: cv - ../../install cv +install: ins_pmcv ins_pmcv: pmcv ../../install pmcv -cmp: cmp_cv cmp_pmcv -cmp_cv: cv - -../../compare cv +cmp: cmp_pmcv cmp_pmcv: pmcv -../../compare pmcv @@ -22,7 +15,7 @@ opr: make pr | opr pr: - @pr `pwd`/cv.c `pwd`/pmcv.c + @pr `pwd`/pmcv.c clean: - -rm -f *.o *.old cv pmcv + -rm -f *.o *.old pmcv -- 2.34.1