diff options
Diffstat (limited to 'usr.bin/make/globals.h')
-rw-r--r-- | usr.bin/make/globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/make/globals.h b/usr.bin/make/globals.h index c2e1f11..6f75eaf 100644 --- a/usr.bin/make/globals.h +++ b/usr.bin/make/globals.h @@ -81,6 +81,7 @@ extern Boolean noExecute; /* True if should execute nothing */ extern Boolean allPrecious; /* True if every target is precious */ extern Boolean is_posix; /* .POSIX target seen */ extern Boolean mfAutoDeps; /* .MAKEFILEDEPS target seen */ +extern Boolean remakingMakefiles; /* True if remaking makefiles is in progress */ /* True if should continue on unaffected portions of the graph * when have an error in one portion */ |