From b8e156100f5330c1d12b67c68fad532f8357b25e Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 25 Oct 1984 11:40:16 +0000 Subject: [PATCH] Adapted to make use of compare in ../.. --- mach/em44/libpc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mach/em44/libpc/Makefile b/mach/em44/libpc/Makefile index 94f718c93..e9ad8f686 100644 --- a/mach/em44/libpc/Makefile +++ b/mach/em44/libpc/Makefile @@ -1,15 +1,14 @@ MAKEFILE=../../proto/libg/Makefile MACHDEF="MACH=int44" "SUF=m" 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