diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·20+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-02-01T11·20+0100 |
commit | ec1738589a3aa1dd59e476de09ae2721d51b3e6e (patch) | |
tree | 12ce1195b2eee732487a4e89519c4cffb086f8eb /templates.mk | |
parent | 35107038f7c726f5ef8d7ab014ad45c73970e65d (diff) |
Make variable names more regular
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 |