File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ front-end/%.lex.sml: front-end/%.lex
109
109
$(SED ) -e ' s/in Vector.fromList(List.map g/in Vector.fromList(Pervasive.List.map g/' $< .sml.in > $< .sml
110
110
$(RM ) $< .sml.in
111
111
$(CP ) $< .sml $< .sml.boot
112
- $(CHMOD ) -w $< .*
112
+ $(CHMOD ) a -w $< .*
113
113
else
114
114
front-end/% .lex.sml : front-end/% .lex.sml.boot
115
115
$(RM ) $@
116
116
$(CP ) $< $@
117
- $(CHMOD ) -w $@
117
+ $(CHMOD ) a -w $@
118
118
endif
119
119
120
120
ifeq (true,$(call HAVE_CMD,$(RUN_MLYACC ) ) )
@@ -131,16 +131,16 @@ front-end/%.grm.sig front-end/%.grm.sml: front-end/%.grm
131
131
$(SED ) -e ' s/in Array.fromList(List.map actionRowLookUp actionRowNumbers)/in Array.fromList(Pervasive.List.map actionRowLookUp actionRowNumbers)/' $< .sml.in > $< .sml
132
132
$(RM ) $< .sml.in
133
133
$(CP ) $< .sml $< .sml.boot
134
- $(CHMOD ) -w $< .*
134
+ $(CHMOD ) a -w $< .*
135
135
else
136
136
front-end/% .grm.sig : front-end/% .grm.sig.boot
137
137
$(RM ) $@
138
138
$(CP ) $< $@
139
- $(CHMOD ) -w $@
139
+ $(CHMOD ) a -w $@
140
140
front-end/% .grm.sml : front-end/% .grm.sml.boot
141
141
$(RM ) $@
142
142
$(CP ) $< $@
143
- $(CHMOD ) -w $@
143
+ $(CHMOD ) a -w $@
144
144
endif
145
145
146
146
mlton-stubs.mlb : $(shell $(MLBDEPS ) ../lib/stubs/mlton-stubs/sources.mlb | $(GREP ) 'mlb$$' | $(GREP ) -v '$$(SML_LIB ) ') $(shell $(MLBDEPS ) mlton.mlb | $(GREP ) 'mlb$$' | $(GREP ) -v '$$(SML_LIB ) ')
You can’t perform that action at this time.
0 commit comments