From: keie Date: Fri, 26 Oct 1984 10:21:18 +0000 (+0000) Subject: Adapted to make use of ../../compare. X-Git-Tag: release-5-5~6014 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fd23647c1c4c2f093ea57e2c65112abe4dcef8e2;p=ack.git Adapted to make use of ../../compare. --- 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*