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:
authorRaja R Harinath <harinath@hurrynot.org>2005-01-12 15:28:30 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-01-12 15:28:30 +0300
commita71b412c7aca3bb72a376ceb2aea55c3915b6d7e (patch)
treeb07a142a18c26adf26031f7fba8d3367390e9392 /mcs/errors/Makefile
parent742d17e3abb3a981e33d001649410313f535e7a2 (diff)
parentfe4c5577b7a26e43a96ccaa68138331c323ea149 (diff)
* Makefile (DISTFILES): Distribute *.inc, *.pub, and *.response files too.
* cs2023.response: Rename from CS2023. * cs2023.cs: Update. svn path=/trunk/mcs/; revision=38776
Diffstat (limited to 'mcs/errors/Makefile')
-rw-r--r--mcs/errors/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/mcs/errors/Makefile b/mcs/errors/Makefile
index 0a8f2071537..58e19907201 100644
--- a/mcs/errors/Makefile
+++ b/mcs/errors/Makefile
@@ -22,6 +22,8 @@ DISTFILES = \
do-tests.pl \
$(wildcard *.cs) \
$(wildcard *.inc) \
+ $(wildcard *.pub) \
+ $(wildcard *.response) \
mcs-expect-no-error mcs-expect-wrong-error mcs-ignore-tests \
gmcs-expect-no-error gmcs-expect-wrong-error gmcs-ignore-tests \
generics-expect-no-error generics-expect-wrong-error