*** empty log message ***
This commit is contained in:
parent
a8fc6009f7
commit
2b6187a009
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
MAKEFILE=../../proto/libg/Makefile
|
MAKEFILE=../../proto/libg/Makefile
|
||||||
MACHDEF="MACH=m68k4" "SUF=s"
|
MACHDEF="MACH=m68k4" "SUF=o"
|
||||||
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
PCDEF="PREF=pc" "SUB=" "SRC=lang/pc/libpc"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||||||
echo `basename $1 $2`.s
|
echo `basename $1 $2`.o
|
||||||
|
|
Loading…
Reference in a new issue