From: keie Date: Tue, 4 Jun 1985 10:44:10 +0000 (+0000) Subject: Adapted to use of new linker & assembler. X-Git-Tag: release-5-5~5455 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=fa2547ddf71833c4ef4e372d4799940d73d5c39e;p=ack.git Adapted to use of new linker & assembler. --- diff --git a/mach/m68k2/libem/compmodule b/mach/m68k2/libem/compmodule index eb1ccef3c..02105f215 100755 --- a/mach/m68k2/libem/compmodule +++ b/mach/m68k2/libem/compmodule @@ -1,4 +1,4 @@ if m68k2 -c $1 1>&2 -then echo `basename $1 $2`.s +then echo `basename $1 $2`.o else exit 1 fi