diff options
Diffstat (limited to 'default.c')
-rw-r--r-- | default.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -525,6 +525,8 @@ static const char *default_variables[] = #endif #endif /* !VMS */ + /* Make this assignment to avoid undefined variable warnings. */ + "GNUMAKEFLAGS", "", 0, 0 }; |