diff options
-rwxr-xr-x | src/SConscript | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/SConscript b/src/SConscript index 2bac0bff3..6cef47089 100755 --- a/src/SConscript +++ b/src/SConscript @@ -962,9 +962,11 @@ env.Depends(SWIG, 'debug/flags.cc') Source('debug/flags.cc') # version tags +tags = \ env.Command('sim/tags.cc', None, MakeAction('util/cpt_upgrader.py --get-cc-file > $TARGET', Transform("VER TAGS"))) +env.AlwaysBuild(tags) # Embed python files. All .py files that have been indicated by a # PySource() call in a SConscript need to be embedded into the M5 |