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:
authorBen Maurer <benm@mono-cvs.ximian.com>2005-06-12 23:37:39 +0400
committerBen Maurer <benm@mono-cvs.ximian.com>2005-06-12 23:37:39 +0400
commit2da15c96448c8d6aadfc39b489af191d40a54d26 (patch)
treea9d1b2c3e47879e4c1f4ee9f0cd79166784092a9 /runtime
parentb04e2c0eea028149c83aa2db663097556924eb6e (diff)
distcheck fix
svn path=/trunk/mono/; revision=45832
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index adb7c3ba3e3..ace350b6764 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -9,6 +9,7 @@ tmpinst = _tmpinst
noinst_SCRIPTS = mono-wrapper monodis-wrapper
+etctmp = etc
symlinks = etc/mono/1.0/machine.config etc/mono/2.0/machine.config
etc/mono/1.0/machine.config: $(top_srcdir)/data/net_1_1/machine.config
@@ -49,7 +50,7 @@ uninstall:
clean-local:
d=`pwd`; cd $(mcs_topdir) && $(MAKE) PROFILES='$(build_profiles)' clean-profiles
- -rm -fr $(symlinks) $(tmpinst) .wapi
+ -rm -fr $(etctmp) $(tmpinst) .wapi
if INSTALL_2_0
TEST_SUPPORT_FILES = $(tmpinst)/bin/mono $(tmpinst)/bin/mcs $(tmpinst)/bin/mbas $(tmpinst)/bin/ilasm $(tmpinst)/bin/gmcs