edit modula-2 compiler Makefile on small systems

This commit is contained in:
ceriel 1988-04-12 15:55:26 +00:00
parent ca94deb2c2
commit 1f041497ec

View file

@ -265,6 +265,7 @@ ABC
done
( cd ../modules/src/malloc
ed - param.h <<ABC
cp param.h param.h.orig
/STORE/s/define/undef/
w
q
@ -272,6 +273,12 @@ ABC
)
( cd ../lang/m2/comp
cp SmallPars Parameters
cp Makefile Makefile.orig
ed - Makefile <<ABC
/MALLOC/s/=/=#/
w
q
ABC
)
;;
*) ( cd ../lang/cem/cemcom