From fa2547ddf71833c4ef4e372d4799940d73d5c39e Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 4 Jun 1985 10:44:10 +0000 Subject: [PATCH] Adapted to use of new linker & assembler. --- mach/m68k2/libem/compmodule | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1