diff options
-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 = |