Index: editor/build/generate_sources.py |
=================================================================== |
--- editor/build/generate_sources.py (revision 35247) |
+++ editor/build/generate_sources.py (working copy) |
@@ -101,7 +101,7 @@ |
], |
'action': [ |
'python', |
- '../truncate_files.py', |
+ '../../../tools/create_timestamp_file.py', |
'<@(_outputs)', |
], |
'message': 'Creating %(pkg)s time stamp.', |
@@ -146,7 +146,7 @@ |
], |
'action': [ |
'python', |
- '../truncate_files.py', |
+ '../../../tools/create_timestamp_file.py', |
'<@(_outputs)', |
], |
'message': 'Creating editor time stamp.', |