edit modula-2 compiler Makefile on small systems
This commit is contained in:
parent
ca94deb2c2
commit
1f041497ec
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue