summaryrefslogtreecommitdiff
path: root/top
diff options
context:
space:
mode:
Diffstat (limited to 'top')
-rw-r--r--top/maint.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/top/maint.mk b/top/maint.mk
index a61bfda134..7345d45313 100644
--- a/top/maint.mk
+++ b/top/maint.mk
@@ -1702,9 +1702,8 @@ sc_tight_scope: tight-scope.mk
exit $$fail
tight-scope.mk: $(ME)
- @rm -f $@ $@-t
@perl -ne '/^# TS-start/.../^# TS-end/ and print' $(srcdir)/$(ME) > $@-t
- @chmod a=r $@-t && mv $@-t $@
+ @mv $@-t $@
ifeq (a,b)
# TS-start