aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b907d9dd..e96cb5e3 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ latexdoc:
@rm -f $*.v
@echo "Preprocessing $*.vp"
@tools/ndfun $*.vp > $*.v || { rm -f $*.v; exit 2; }
- @chmod -w $*.v
+ @chmod a-w $*.v
compcert.ini: Makefile.config
(echo "stdlib_path=$(LIBDIR)"; \