We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d78c4 commit 59d57c2Copy full SHA for 59d57c2
src/fsharp/Makefile.in
@@ -13,7 +13,6 @@ all:
13
# We need the bootstrap's FSharp.Core to run the proto
14
build-proto: $(bootstrap)/FSharp.Core.dll $(bootstrap)/FSharp.Core.sigdata $(bootstrap)/FSharp.Core.optdata
15
@-mkdir -p $(protodir)
16
- ls -R $(monolibdir)/..
17
cp -p $(bootstrap)/FSharp.Core.dll $(protodir)FSharp.Core.dll
18
cp -p $(bootstrap)/FSharp.Core.sigdata $(protodir)FSharp.Core.sigdata
19
cp -p $(bootstrap)/FSharp.Core.optdata $(protodir)FSharp.Core.optdata
0 commit comments