summaryrefslogtreecommitdiff
path: root/dbug
diff options
context:
space:
mode:
authorunknown <serg@janus.mylan>2008-02-06 21:33:25 +0100
committerunknown <serg@janus.mylan>2008-02-06 21:33:25 +0100
commit6093b56153bedcc22c5abd31e341823ddef969e3 (patch)
treee988ad5a938e258a0335e19846c4be67d61bae31 /dbug
parent518caf1dff5c249ac52082753d155ba2c5cfd8d6 (diff)
downloadmariadb-git-6093b56153bedcc22c5abd31e341823ddef969e3.tar.gz
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)
Diffstat (limited to 'dbug')
-rw-r--r--dbug/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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.%