Formerly variable.c.~8~

This commit is contained in:
Roland McGrath 1992-07-24 06:16:47 +00:00
parent 2e5f56539d
commit 2283b32986

View file

@ -363,7 +363,7 @@ define_automatic_variables ()
}
/* Make sure MAKEFILES gets exported if it is set. */
v = define_variable ("MAKEFILES", 9, (char *) 0, o_default, 0);
v = define_variable ("MAKEFILES", 9, "", o_default, 0);
v->export = v_ifset;
}