diff options
Diffstat (limited to 'templates.mk')
-rw-r--r-- | templates.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates.mk b/templates.mk index 82f9d6025557..6d7b1034c45b 100644 --- a/templates.mk +++ b/templates.mk @@ -1,10 +1,10 @@ -template_files := +template-files := # Create the file $(1) from $(1).in by running config.status (which # substitutes all ‘@var@’ variables set by the configure script). define instantiate-template = - clean_files += $(1) + clean-files += $(1) endef |