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:
authorMiguel de Icaza <miguel@gnome.org>2005-03-18 18:47:42 +0300
committerMiguel de Icaza <miguel@gnome.org>2005-03-18 18:47:42 +0300
commitbdf851d53d1e988256e6dacf577f8e7c84a28263 (patch)
treec78be9e1125b2222f0a859f5ef01352c70602f92 /runtime
parent9b737043020bd459f156289fb3419481e4d725cf (diff)
Add wrapper-config to the CLEANFILES
svn path=/trunk/mono/; revision=41995
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index 29954d13526..0cd5fb40f65 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -98,6 +98,8 @@ mcs-compileall: mono-wrapper wrapper-config
check-local: mcs-compileall mcs-do-test-profiles
$(MAKE) $(test_select) mcs-do-run-test-profiles
+CLEANFILES = wrapper-config
+
wrapper-config: ../data/config
d=`cd ../support && pwd`; \
sed 's,target="libMonoPosixHelper[^"]*",target="'$$d/libMonoPosixHelper.la'",' ../data/config > $@