From 87e2dd5c98e7bdd770914c2404efd8194778fc93 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Tue, 24 Mar 2015 19:34:57 +0300 Subject: Option --sun to enable syntax and features of SunOS make --- makeint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'makeint.h') 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; -- cgit v1.2.3