diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·57+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·57+0100 |
commit | 70d8e8fdded9e21995fecc3ecc68e14cf4f53be7 (patch) | |
tree | 63f411fdf9a2cf195d94aebfbaf51c58b62bd54d /templates.mk | |
parent | 814a73227f9571d8fbd831fedced5e87cd9c926b (diff) |
Declare template_files as a simply expanded variable
Diffstat (limited to 'templates.mk')
-rw-r--r-- | templates.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates.mk b/templates.mk index fa91e25095d7..01b9d9d749a1 100644 --- a/templates.mk +++ b/templates.mk @@ -1,3 +1,5 @@ +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 = |