From: keie Date: Tue, 26 Mar 1985 16:23:21 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release-5-5~5527 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=2b6187a0097f1b2baae9850f9dbfee1397945413;p=ack.git *** empty log message *** --- 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