diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·12+0100 |
commit | 55c9a40613fefda6622aa9acd22cce4006fd1077 (patch) | |
tree | cd592d5836af42feeeca64ac3ebb77037b93a076 /mk/templates.mk | |
parent | 259086de841d155f7951c2cc50f799a4631aa512 (diff) |
Move stuff to top-level
This makes it easier to use with "git subtree".
Diffstat (limited to 'mk/templates.mk')
-rw-r--r-- | mk/templates.mk | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/mk/templates.mk b/mk/templates.mk deleted file mode 100644 index fa91e25095d7..000000000000 --- a/mk/templates.mk +++ /dev/null @@ -1,10 +0,0 @@ -# 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) - -endef - -%: %.in - $(QUIET) ./config.status --quiet --file $@ |