Skip to content

Commit 98a2483

Browse files
committed
[scons] Better file name for phony run program target
1 parent f975d7e commit 98a2483

File tree

1 file changed

+1
-1
lines changed
  • tools/build_script_generator/scons/site_tools

1 file changed

+1
-1
lines changed

tools/build_script_generator/scons/site_tools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def filtered_glob(env, pattern, omit=None, ondisk=True, source=False, strings=Fa
6464

6565

6666
def run_program(env, program):
67-
return env.Command('thisfileshouldnotexist',
67+
return env.Command('phony_target',
6868
program,
6969
'@"%s"' % program[0].abspath)
7070

0 commit comments

Comments
 (0)