From 3f83d34dd9cb094565ca8324a441a9b5d9135aaf Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 4 Jun 1985 10:29:56 +0000 Subject: [PATCH] Adapted to use of the new assembler and linker. --- mach/m68k2/libpc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/m68k2/libpc/Makefile b/mach/m68k2/libpc/Makefile index 37a8e8801..b1525ce9e 100644 --- a/mach/m68k2/libpc/Makefile +++ b/mach/m68k2/libpc/Makefile @@ -1,5 +1,5 @@ MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=m68k2" "SUF=s" +MACHDEF="MACH=m68k2" "SUF=o" "ASAR=aal" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" install: @@ -11,7 +11,7 @@ cmp: -../../compare tail_pc clean: - -rm -f *.old *.[ce$(SUF)] tail* head* + -rm -f *.old *.[ceo] tail* head* opr: make pr | opr