mirror of
https://github.com/mirror/make.git
synced 2026-08-09 17:38:47 +00:00
Formerly variable.c.~8~
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user