From beaaa19ada339d8e3bc90732b89e6b4a81fbe134 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 28 Jan 1987 22:17:36 +0000 Subject: [PATCH] generate .o files --- mach/i80/libpc/Makefile | 3 ++- mach/i80/libpc/compmodule | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mach/i80/libpc/Makefile b/mach/i80/libpc/Makefile index 74fe98db7..1c55242da 100644 --- a/mach/i80/libpc/Makefile +++ b/mach/i80/libpc/Makefile @@ -1,5 +1,6 @@ +SUF=o MAKEFILE=../../proto/libg/Makefile -MACHDEF="MACH=i80" "SUF=s" +MACHDEF="MACH=i80" "SUF=$(SUF)" "ASAR=aal" PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc" install: diff --git a/mach/i80/libpc/compmodule b/mach/i80/libpc/compmodule index e7e4da63c..17151513e 100755 --- a/mach/i80/libpc/compmodule +++ b/mach/i80/libpc/compmodule @@ -1,4 +1,4 @@ if ${MACH?ack} -DCPM -I../../../h ${MACHFL?} $1 1>&2 -then echo `basename $1 $2`.s -else rm -f `basename $1 $2`.s +then echo `basename $1 $2`.o +else exit 1 fi -- 2.34.1