summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/wscript b/templates/wscript
index 3f00b785ae..9e390434e6 100644
--- a/templates/wscript
+++ b/templates/wscript
@@ -21,6 +21,7 @@ def build(bld):
templates = bld.path.ant_glob('*.template.in')
for t in templates:
obj = bld(features = 'subst')
+ obj.name = 'template'
obj.source = [ t ]
dir_name = os.path.basename(t.srcpath()).replace('.template.in', '')
file_name = os.path.basename(t.srcpath()).replace('.in', '')