mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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)
This commit is contained in:
parent
518caf1dff
commit
6093b56153
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ output5.r: factorial
|
||||||
|
|
||||||
# a hack to have executable in builddir, not in srcdir
|
# a hack to have executable in builddir, not in srcdir
|
||||||
tests-t: tests-t.pl
|
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
|
# Don't update the files from bitkeeper
|
||||||
%::SCCS/s.%
|
%::SCCS/s.%
|
||||||
|
|
Loading…
Add table
Reference in a new issue