From 64b63e84b7f08695bf194a05aadd074600c8e622 Mon Sep 17 00:00:00 2001 From: Jon Trowbridge Date: Mon, 20 Sep 2004 11:24:38 +0000 Subject: 2004-09-20 Jon Trowbridge Patch from Nat Friedman * 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. --- test/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile.am') 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 -- cgit