From fd23647c1c4c2f093ea57e2c65112abe4dcef8e2 Mon Sep 17 00:00:00 2001 From: keie Date: Fri, 26 Oct 1984 10:21:18 +0000 Subject: [PATCH] Adapted to make use of ../../compare. --- mach/pdp/libpc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mach/pdp/libpc/Makefile b/mach/pdp/libpc/Makefile index 8e632c776..c5446b4f6 100644 --- a/mach/pdp/libpc/Makefile +++ b/mach/pdp/libpc/Makefile @@ -1,15 +1,14 @@ MAKEFILE=../../proto/libg/Makefile MACHDEF="MACH=pdp -Rbe-p2" "SUF=o" "ASAR=ar" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" -LIBDIR=../lib install: make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) cp cmp: make -f $(MAKEFILE) $(PCDEF) $(MACHDEF) all - cmp head_pc $(LIBDIR)/head_pc - cmp tail_pc $(LIBDIR)/tail_pc + -../../compare head_pc + -../../compare tail_pc clean: -rm -f *.old *.[ce$(SUF)] tail* head* -- 2.34.1