Browse Source

*** empty log message ***

keie 39 years ago
parent
commit
2b6187a009
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mach/m68k4/libpc/Makefile
  2. 1 1
      mach/m68k4/libpc/compmodule

+ 1 - 1
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:

+ 1 - 1
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