From 2b6187a0097f1b2baae9850f9dbfee1397945413 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 26 Mar 1985 16:23:21 +0000 Subject: [PATCH] *** empty log message *** --- mach/m68k4/libpc/Makefile | 2 +- mach/m68k4/libpc/compmodule | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mach/m68k4/libpc/Makefile b/mach/m68k4/libpc/Makefile index 9f45d5d24..926013cae 100644 --- a/mach/m68k4/libpc/Makefile +++ b/mach/m68k4/libpc/Makefile @@ -1,5 +1,5 @@ MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=m68k4" "SUF=s" +MACHDEF="MACH=m68k4" "SUF=o" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" install: diff --git a/mach/m68k4/libpc/compmodule b/mach/m68k4/libpc/compmodule index 284613267..491f6d251 100755 --- a/mach/m68k4/libpc/compmodule +++ b/mach/m68k4/libpc/compmodule @@ -1,2 +1,2 @@ ${MACH?} -I../../../h ${MACHFL?} $1 1>&2 -echo `basename $1 $2`.s +echo `basename $1 $2`.o -- 2.34.1