Do not create the same file twice in demos/subst

This commit is contained in:
Thomas Nagy 2015-02-14 15:41:32 +01:00
parent 412a677e06
commit e0c1f331dc
No known key found for this signature in database
GPG Key ID: 67A565EDFDF90E64
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ def build(bld):
bld(features='subst', fun=hlink, source='wscript', target='wscript3')
# this one is just a reminder that simple files can be created (and a test too)
bld(rule='echo "การไฟ่" > ${TGT}', target='foo.txt')
bld(rule='echo "การไฟ่" > ${TGT}', target='uni.txt')
# and this is an alternate syntax
#@bld.rule(source='wscript', target='wscript2')