edit modula-2 compiler Makefile on small systems
authorceriel <none@none>
Tue, 12 Apr 1988 15:55:26 +0000 (15:55 +0000)
committerceriel <none@none>
Tue, 12 Apr 1988 15:55:26 +0000 (15:55 +0000)
first/first

index 2832baa..a291516 100755 (executable)
@@ -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