aboutsummaryrefslogtreecommitdiff
path: root/Makefile.ide
diff options
context:
space:
mode:
authorMichael Soegtrop2019-08-25 10:31:38 +0200
committerMichael Soegtrop2019-08-25 14:07:22 +0200
commit0ee40cbbf7df4c25a89920c4781c0bf23728c0cd (patch)
tree0f10fffba5e4c5615cd45ac2ee3a16e5b34ecfb4 /Makefile.ide
parentce235f3d84faef3f4cc5d00373a50e03031541e5 (diff)
Changed chmod -w to chmod a-w to avoid error on cygwin
Diffstat (limited to 'Makefile.ide')
-rw-r--r--Makefile.ide2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.ide b/Makefile.ide
index cb026cdf43..0a11f83a18 100644
--- a/Makefile.ide
+++ b/Makefile.ide
@@ -121,7 +121,7 @@ $(COQIDEBYTE): $(LINKIDE)
ide/coqide_os_specific.ml: ide/coqide_$(IDEINT).ml.in config/Makefile
@rm -f $@
cp $< $@
- @chmod -w $@
+ @chmod a-w $@
ide/%.cmi: ide/%.mli
$(SHOW)'OCAMLC $<'