diff options
author | unknown <serg@serg.mylan> | 2006-05-25 12:48:31 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2006-05-25 12:48:31 +0200 |
commit | f04b7da96fba46b73466efdc4f1d6aa3f3426988 (patch) | |
tree | 3124d38772383047641f74fa18c16c854d0541dc /unittest | |
parent | a04d9fa947ec5fc22368c15d7c6c7ba47898405f (diff) | |
download | mariadb-git-f04b7da96fba46b73466efdc4f1d6aa3f3426988.tar.gz |
fix for BSD make
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am index fd7530ee262..bfa9f40f8ce 100644 --- a/unittest/Makefile.am +++ b/unittest/Makefile.am @@ -23,5 +23,5 @@ examples: cd examples && $(MAKE) unit: $(srcdir)/unit.pl - cp $< $@ + cp $(srcdir)/unit.pl $@ chmod +x $@ |