diff options
author | unknown <serg@janus.mylan> | 2008-02-06 21:33:25 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2008-02-06 21:33:25 +0100 |
commit | 6093b56153bedcc22c5abd31e341823ddef969e3 (patch) | |
tree | e988ad5a938e258a0335e19846c4be67d61bae31 /dbug | |
parent | 518caf1dff5c249ac52082753d155ba2c5cfd8d6 (diff) | |
download | mariadb-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.am | 2 |
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.% |