diff --git a/gersemi/command_invocation_dumpers/module_command_dumpers.py b/gersemi/command_invocation_dumpers/module_command_dumpers.py index 0e9b12a..059566c 100644 --- a/gersemi/command_invocation_dumpers/module_command_dumpers.py +++ b/gersemi/command_invocation_dumpers/module_command_dumpers.py @@ -690,7 +690,7 @@ class WriteBasicPackageVersionFile(ArgumentAwareCommandInvocationDumper): class BisonTarget(ArgumentAwareCommandInvocationDumper): - one_value_keywords = ["COMPILE_FLAGS", "DEFINES_FILES", "VERBOSE", "REPORT_FILE"] + one_value_keywords = ["COMPILE_FLAGS", "DEFINES_FILE", "VERBOSE", "REPORT_FILE"] class DoxygenAddDocs(ArgumentAwareCommandInvocationDumper): @@ -710,7 +710,7 @@ class EnvModuleSwap(ArgumentAwareCommandInvocationDumper): class FlexTarget(ArgumentAwareCommandInvocationDumper): - one_value_keywords = ["COMPILE_FLAGS", "DEFINES_FILES"] + one_value_keywords = ["COMPILE_FLAGS", "DEFINES_FILE"] class GettextCreateTranslations(ArgumentAwareCommandInvocationDumper):