diff options
Diffstat (limited to 'gcc/cpplib.h')
-rw-r--r-- | gcc/cpplib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/cpplib.h b/gcc/cpplib.h index 3640d44605a..3d2cac707b5 100644 --- a/gcc/cpplib.h +++ b/gcc/cpplib.h @@ -387,6 +387,9 @@ struct cpp_options /* Generate phony targets for each dependency apart from the first one. */ bool phony_targets; + + /* If true, no dependency is generated on the main file. */ + bool ignore_main_file; } deps; /* Target-specific features set by the front end or client. */ |