From 90a68e6591fc95f86674d1c0eeee6b26dba3d999 Mon Sep 17 00:00:00 2001 From: Marek Safar Date: Mon, 9 Oct 2017 15:44:11 +0200 Subject: [PATCH] [corlib] Fixes make dist (#5735) --- mcs/class/corlib/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mcs/class/corlib/Makefile b/mcs/class/corlib/Makefile index e446341ec18..f7b86001090 100644 --- a/mcs/class/corlib/Makefile +++ b/mcs/class/corlib/Makefile @@ -225,7 +225,9 @@ EXTRA_DISTFILES += \ $(vtsdir)/VersionTolerantSerializationTestLib/5.0/Address.cs \ $(vtsdir)/VersionTolerantSerializationTestLib/6.0/Address.cs \ $(vtsdir)/BinarySerializationOverVersions.cs \ - System.Runtime.CompilerServices/Unsafe.il + System.Runtime.CompilerServices/Unsafe.il \ + il/il.make \ + il/Makefile # # Android TimeZoneInfo testing.... -- 2.25.1