summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/util/build_util.gyp3
1 files changed, 1 insertions, 2 deletions
diff --git a/build/util/build_util.gyp b/build/util/build_util.gyp
index c916b05..a7a5a4b 100644
--- a/build/util/build_util.gyp
+++ b/build/util/build_util.gyp
@@ -8,7 +8,7 @@
'target_name': 'lastchange',
'type': 'none',
'variables': {
- 'lastchange_out_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE',
+ 'lastchange_out_path': '<(DEPTH)/build/util/LASTCHANGE',
'default_lastchange_path': '../LASTCHANGE.in',
},
'actions': [
@@ -20,7 +20,6 @@
'./lastchange.py',
],
'outputs': [
- '<(lastchange_out_path).always',
'<(lastchange_out_path)',
],
'action': [