diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·15+0100 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-01-09T15·15+0100 |
commit | 568b1b0a8a65cb255d6a7a33dfe2c15df3212103 (patch) | |
tree | fedfcccea3f25a6079c1f8772b2f33c171eb1a9f /mk/templates.mk | |
parent | bf8b66adcfdc04f2f0f0a482c66dd419a355cad6 (diff) |
Remove mk subdirectory in preparation for "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 $@ |