From 6093b56153bedcc22c5abd31e341823ddef969e3 Mon Sep 17 00:00:00 2001
From: unknown <serg@janus.mylan>
Date: Wed, 6 Feb 2008 21:33:25 +0100
Subject: [PATCH] dbug/Makefile.am     1. older automakes didn't have builddir,
 don't use it.     2. destination can be read-only (think bk -r get)

dbug/Makefile.am:
  1. older automakes didn't have builddir, don't use it.
  2. destination can be read-only (think bk -r get)
---
 dbug/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dbug/Makefile.am b/dbug/Makefile.am
index ef7323a0516..7e909f9154f 100644
--- a/dbug/Makefile.am
+++ b/dbug/Makefile.am
@@ -64,7 +64,7 @@ output5.r:      factorial
 
 # a hack to have executable in builddir, not in srcdir
 tests-t:	tests-t.pl
-		cp $(srcdir)/tests-t.pl $(builddir)/tests-t
+		cp -f $(srcdir)/tests-t.pl ./tests-t
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%