Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-09 16:44:11 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2017-10-09 16:44:11 +0300
commit90a68e6591fc95f86674d1c0eeee6b26dba3d999 (patch)
tree3bd93b928d81958e9c7ff384f4efff829a61a244
parent56b3c007f428d93b7f230d58744393ad69e4ca63 (diff)
[corlib] Fixes make dist (#5735)
-rw-r--r--mcs/class/corlib/Makefile4
1 files changed, 3 insertions, 1 deletions
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....