Skip to content

Commit 4671b4f

Browse files
committed
fixes
1 parent b5be9ac commit 4671b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fsharp/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ all:
1313
# We need the bootstrap's FSharp.Core to run the proto
1414
build-proto: $(bootstrap)/FSharp.Core.dll $(bootstrap)/FSharp.Core.sigdata $(bootstrap)/FSharp.Core.optdata
1515
@-mkdir -p $(protodir)
16-
ls -R $(MONOLIBDIR)/..
16+
ls -R $(monolibdir)/..
1717
cp -p $(bootstrap)/FSharp.Core.dll $(protodir)FSharp.Core.dll
1818
cp -p $(bootstrap)/FSharp.Core.sigdata $(protodir)FSharp.Core.sigdata
1919
cp -p $(bootstrap)/FSharp.Core.optdata $(protodir)FSharp.Core.optdata

0 commit comments

Comments
 (0)