From 5be59d3ade3c0f3158b6f1468332a629b9a4b251 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 8e632c77..c5446b4f 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*