summaryrefslogtreecommitdiff
path: root/makeint.h
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-24 19:34:57 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-24 21:34:59 +0300
commit87e2dd5c98e7bdd770914c2404efd8194778fc93 (patch)
tree08d7a470f100184e4907597127e5f96f4eacb27f /makeint.h
parenta80a8b8a10a8b3d46046d955986f484527c81c0b (diff)
downloadgunmake-87e2dd5c98e7bdd770914c2404efd8194778fc93.tar.gz
Option --sun to enable syntax and features of SunOS make
Diffstat (limited to 'makeint.h')
-rw-r--r--makeint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeint.h b/makeint.h
index 343c30d..9cd8e2e 100644
--- a/makeint.h
+++ b/makeint.h
@@ -614,6 +614,7 @@ extern int print_version_flag, print_directory_flag, check_symlink_flag;
extern int warn_undefined_variables_flag, trace_flag, posix_pedantic;
extern int not_parallel, second_expansion, clock_skew_detected;
extern int rebuilding_makefiles, one_shell, output_sync, verify_flag;
+extern int sun_flag;
/* can we run commands via 'sh -c xxx' or must we use batch files? */
extern int batch_mode_shell;