diff options
Diffstat (limited to 'test/up-to-date.py')
-rw-r--r-- | test/up-to-date.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/up-to-date.py b/test/up-to-date.py index dd7d86a..7620409 100644 --- a/test/up-to-date.py +++ b/test/up-to-date.py @@ -42,7 +42,7 @@ file.close() """) test.write('SConstruct', """ -B = Builder(name = "B", action = r'%s build.py $targets $sources') +B = Builder(name = "B", action = r'%s build.py $TARGETS $SOURCES') env = Environment(BUILDERS = [B]) env.B(target = 'f1.out', source = 'f1.in') env.B(target = 'f2.out', source = 'f2.in') |