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/build
diff options
context:
space:
mode:
authorJo Shields <joshield@microsoft.com>2019-06-13 20:10:38 +0300
committerGitHub <noreply@github.com>2019-06-13 20:10:38 +0300
commit1e0890f61f9cca1915c98446ea047144b41a9e8a (patch)
tree63918e9db7d7b17d59e5b930b821b17b02a7a443 /mcs/build
parent7c99f6f2494ef74181317f4866f5d8b30190e84f (diff)
Ensure start-compiler-server.sh is in tarballs (#15071)
Diffstat (limited to 'mcs/build')
-rw-r--r--mcs/build/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/build/Makefile b/mcs/build/Makefile
index c324502a755..8a24d941191 100644
--- a/mcs/build/Makefile
+++ b/mcs/build/Makefile
@@ -49,6 +49,7 @@ DISTFILES = \
library.make \
rules.make \
tests.make \
+ start-compiler-server.sh \
$(COMMON_SRCS:%=common/%) \
$(PLATFORMS:%=platforms/%.make) $(PROFILES:%=profiles/%.make)