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
path: root/mcs/ilasm
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 23:40:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 23:41:48 +0300
commitcb07018bca0b5bbec1b3457d4aa2af5ff7837d5b (patch)
tree9b4c02a82ba912c52cf2d00ac17f81574c7f14a9 /mcs/ilasm
parentb03e60628764d66654147bfc7a7e1a3242559888 (diff)
Remove ChangeLog references from Makefile and .gitattribute
Diffstat (limited to 'mcs/ilasm')
-rw-r--r--mcs/ilasm/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/mcs/ilasm/Makefile b/mcs/ilasm/Makefile
index 43cee29c15b..6b24d0d0536 100644
--- a/mcs/ilasm/Makefile
+++ b/mcs/ilasm/Makefile
@@ -10,9 +10,6 @@ CLEAN_FILES = parser/y.output
EXTRA_DISTFILES = \
parser/ILParser.jay \
- parser/ChangeLog \
- scanner/ChangeLog \
- tests/ChangeLog \
$(wildcard tests/*.il)
ILParser.cs: parser/ILParser.jay $(topdir)/jay/skeleton.cs