*** empty log message ***

This commit is contained in:
keie
1985-03-26 14:48:32 +00:00
parent 59996174b6
commit dc92fe358e
6 changed files with 17 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68k4" "SUF=s"
MACHDEF="MACH=m68k4" "SUF=o"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:

View File

@@ -1,2 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s
echo `basename $1 $2`.o

View File

@@ -1,5 +1,5 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68k4" "SUF=s"
MACHDEF="MACH=m68k4" "SUF=o"
STDIO="PREF=cc" "SUB=.1s" "SRC=lang/cem/libcc/stdio"
GEN="PREF=cc" "SUB=.2g" "SRC=lang/cem/libcc/gen"
MON="PREF=mon" "SRC=lang/cem/libcc/mon"

View File

@@ -1,2 +1,2 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.s
echo `basename $1 $2`.o