Adapted to the use of the new assembler.

This commit is contained in:
ceriel 1986-07-22 13:42:21 +00:00
parent 399a46eb92
commit a067d1bc0d
2 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,5 @@
MAKEFILE=../../proto/libg/Makefile
MACHDEF="MACH=m68k4" "SUF=o"
MACHDEF="MACH=m68k4" "SUF=o" "ASAR=aal"
BCDEF="PREF=bc" "SUB=" "SRC=lang/basic/lib"
install:
@ -11,7 +11,7 @@ cmp:
-../../compare tail_bc
clean:
-rm -f *.old *.[ce$(SUF)] tail* head*
-rm -f *.old *.[ceo] tail* head*
opr:
make pr | opr

View file

@ -1,2 +1,6 @@
${MACH?} -I../../../h ${MACHFL?} $1 1>&2
echo `basename $1 $2`.o
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
then
echo `basename $1 $2`.o
else
exit 1
fi