summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
Diffstat (limited to 'make.h')
-rw-r--r--make.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/make.h b/make.h
index ad46e1f..55dcc21 100644
--- a/make.h
+++ b/make.h
@@ -496,6 +496,8 @@ extern int print_version_flag, print_directory_flag;
extern int warn_undefined_variables_flag, posix_pedantic, not_parallel;
extern int clock_skew_detected, rebuilding_makefiles;
+extern const char *env_shell;
+
/* can we run commands via 'sh -c xxx' or must we use batch files? */
extern int batch_mode_shell;