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:
authorZoltan Varga <vargaz@gmail.com>2006-08-18 19:27:05 +0400
committerZoltan Varga <vargaz@gmail.com>2006-08-18 19:27:05 +0400
commitd3faaf0d97a38838919e558269f1cec8a5aec1d3 (patch)
tree1988a41f3e2609d4ecf2e4758ed3b378773a6e5c /libgc/Makefile.am
parent1046e59092a31f7082da4c766f4fbc6d899e8380 (diff)
2006-08-18 Zoltan Varga <vargaz@gmail.com>
* Makefile.am (EXTRA_DIST): Fix make dist. svn path=/trunk/mono/; revision=63992
Diffstat (limited to 'libgc/Makefile.am')
-rw-r--r--libgc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgc/Makefile.am b/libgc/Makefile.am
index e0087159d55..735cc3bdaf8 100644
--- a/libgc/Makefile.am
+++ b/libgc/Makefile.am
@@ -175,7 +175,7 @@ CONFIG_STATUS_DEPENDENCIES = $(srcdir)/configure.host
# :FIXME: why do we distribute this one???
#
-EXTRA_DIST += libtool.m4 configure.host
+EXTRA_DIST += configure.host
#
# :GOTCHA: GNU make rule for making .s out of .S is flawed,