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>2004-11-30 10:12:01 +0300
committerRaja R Harinath <harinath@hurrynot.org>2004-11-30 10:12:01 +0300
commitfb14d78165d24b7dd3bc09482a70b57eaf881e11 (patch)
tree0a14e8bc928dba2b27cdc672a53e230dab1799a9 /runtime
parent6b02b2859852873c067deb9f76898a0aa4bb5c5f (diff)
* configure.in (AC_OUTPUT): Move runtime/Makefile to the end to
workaround a bug in automake 1.7.x. * runtime/Makefile.am ($(symlinks)): Don't depend on config.status. svn path=/trunk/mono/; revision=36820
Diffstat (limited to 'runtime')
-rw-r--r--runtime/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/Makefile.am b/runtime/Makefile.am
index cf78b7fa983..a11eb6f3692 100644
--- a/runtime/Makefile.am
+++ b/runtime/Makefile.am
@@ -14,7 +14,7 @@ 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
etc/mono/2.0/machine.config: $(top_srcdir)/data/net_2_0/machine.config
-$(symlinks): $(top_builddir)/config.status
+$(symlinks):
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
# The write check is to foil 'make distcheck'