File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -175,19 +175,19 @@ $(tmpinst)/bin/mono: mono-wrapper etc/mono/config
175
175
$(tmpinst ) /bin/mcs : $(tmpinst ) /bin/mono Makefile
176
176
echo ' #! /bin/sh' > $@ ; \
177
177
r=` pwd` ; m=` cd $( mcs_topdir) && pwd` ; \
178
- echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/basic /mcs.exe" ' " "$$@"' >> $@ ; \
178
+ echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/build /mcs.exe" ' " "$$@"' >> $@ ; \
179
179
chmod +x $@
180
180
181
181
$(tmpinst ) /bin/gmcs : $(tmpinst ) /bin/mono Makefile
182
182
echo ' #! /bin/sh' > $@ ; \
183
183
r=` pwd` ; m=` cd $( mcs_topdir) && pwd` ; \
184
- echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/basic /mcs.exe -sdk:2" ' " "$$@"' >> $@ ; \
184
+ echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/build /mcs.exe -sdk:2" ' " "$$@"' >> $@ ; \
185
185
chmod +x $@
186
186
187
187
$(tmpinst ) /bin/dmcs : $(tmpinst ) /bin/mono Makefile
188
188
echo ' #! /bin/sh' > $@ ; \
189
189
r=` pwd` ; m=` cd $( mcs_topdir) && pwd` ; \
190
- echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/basic /mcs.exe -sdk:4" ' " "$$@"' >> $@ ; \
190
+ echo ' exec "' " $$ r/$( tmpinst) /bin/mono" ' " "' " $$ m/class/lib/build /mcs.exe -sdk:4" ' " "$$@"' >> $@ ; \
191
191
chmod +x $@
192
192
193
193
$(tmpinst ) /bin/ilasm : $(tmpinst ) /bin/mono Makefile
You can’t perform that action at this time.
0 commit comments