summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2004-09-20 11:24:38 +0000
committerJon Trowbridge <trow@ximian.com>2004-09-20 11:24:38 +0000
commit64b63e84b7f08695bf194a05aadd074600c8e622 (patch)
tree97d60aa9e9a12e9240afd5e3728f752dbbd2fa00 /test
parent1658c8afe59166c9aa77549a3ac6a2e389327638 (diff)
2004-09-20 Jon Trowbridge <trow@ximian.com>
Patch from Nat Friedman <nat@novell.com> * mono/Makefile.am: A number of small build fixes to allow "make distcheck" to succeed. * mono/example/Makefile.am: "make distcheck" fixes. * mono/AssemblyInfo.cs.in: When signing the assembly, look for the key in @srcdir@. * test/Makefile.am: "make distcheck" fixes.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 86cd93d8..0579e7f8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -84,7 +84,7 @@ dist-hook:
FILES=`(cd $(srcdir) && $(FIND_TESTS) -o -name "*.in" -a -not -name Makefile.in)` ; \
for F in $$FILES; do \
echo '-- Disting file '$$F ; \
- cp $(srcdir)/$$F $(distdir)/$$F || exit 1 ; \
+ cp -f $(srcdir)/$$F $(distdir)/$$F || exit 1 ; \
done
## copy tests to builddir so that generated tests and static tests