diff options
author | serg@serg.mylan <> | 2006-05-25 12:48:31 +0200 |
---|---|---|
committer | serg@serg.mylan <> | 2006-05-25 12:48:31 +0200 |
commit | 9874a762526d14bb05a1d799cf6e9c863782f010 (patch) | |
tree | 3124d38772383047641f74fa18c16c854d0541dc /unittest | |
parent | 13ae6420fd63f2c7abea75d0a4745e2d17ea4a53 (diff) | |
download | mariadb-git-9874a762526d14bb05a1d799cf6e9c863782f010.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 $@ |