| Index: src/trusted/validator_ragel/build.scons
|
| ===================================================================
|
| --- src/trusted/validator_ragel/build.scons (revision 9911)
|
| +++ src/trusted/validator_ragel/build.scons (working copy)
|
| @@ -149,7 +149,7 @@
|
| c_full_filename = '%s/%s' % (val_src_dir, c_file)
|
| env.Command(
|
| target=c_file,
|
| - source=['unreviewed/%s_x86_%s.rl' % (automaton, bits),
|
| + source=['%s_x86_%s.rl' % (automaton, bits),
|
| '%s/byte_machines.rl' % rl_src_dir,
|
| 'unreviewed/parse_instruction.rl',
|
| rl_file],
|
|
|