From 0cacc96ed84abdc6541479f312d5e272f9c71773 Mon Sep 17 00:00:00 2001 From: keie Date: Thu, 25 Oct 1984 14:28:19 +0000 Subject: [PATCH] Now using the compare script in ../.. --- mach/m68k2/libpc/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mach/m68k2/libpc/Makefile b/mach/m68k2/libpc/Makefile index 3eacd7e42..37a8e8801 100644 --- a/mach/m68k2/libpc/Makefile +++ b/mach/m68k2/libpc/Makefile @@ -1,15 +1,14 @@ MAKEFILE=../../proto/libg/Makefile MACHDEF="MACH=m68k2" "SUF=s" 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