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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 17:48:16 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-08-09 17:48:16 +0300
commit75c21692a0b6eff14b658856aedef4491b081f82 (patch)
tree9b825b3c229a1f3dd7bf08cd6210e0a0fe593830 /runtime
parent86a0ad2f8885df2795c9d10ee363a6db48998507 (diff)
Add mono-hang-watchdog.in to tarball
Remove custom distdir target and use standard EXTRA_DIST to do so.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am11
1 files changed, 2 insertions, 9 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 154240d758d..d88454a1faf 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -3,6 +3,8 @@ tmpinst = _tmpinst
noinst_SCRIPTS = mono-wrapper monodis-wrapper
+EXTRA_DIST = bin/mono-hang-watchdog.in
+
etctmp = etc
symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config etc/mono/2.0/web.config etc/mono/browscap.ini etc/mono/2.0/Browsers/Compat.browser
@@ -308,12 +310,3 @@ $(tmpinst)/bin/al: $(tmpinst)/bin/mono Makefile
test-support-files: $(TEST_SUPPORT_FILES)
@:
-
-# the 'cygnus' option also disables the default 'distdir:' target, which we _do_ want
-MYDISTFILES = $(DIST_COMMON)
-distdir: $(MYDISTFILES)
- rm -fr $(distdir)
- mkdir $(distdir)
- test -z '$(MYDISTFILES)' || for file in ''$(MYDISTFILES); do \
- cp -p $$file $(distdir) ; done
- find $(distdir) -type f -exec chmod a+r {} ';'