Modified to make the default M2 compiler name definable at compile time

This commit is contained in:
ceriel
1989-05-29 10:27:54 +00:00
parent fdcad08fdf
commit fd4e81f64e
3 changed files with 8 additions and 6 deletions

View File

@@ -74,7 +74,7 @@ getwdir(fn)
static struct file_list *arglist;
char *mflags = "";
char *compiler = "m2";
char *compiler = M2COMPILER;
char *suff = "o";
char *llibs = 0;