mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
fix for BSD make
This commit is contained in:
parent
a04d9fa947
commit
f04b7da96f
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ examples:
|
|||
cd examples && $(MAKE)
|
||||
|
||||
unit: $(srcdir)/unit.pl
|
||||
cp $< $@
|
||||
cp $(srcdir)/unit.pl $@
|
||||
chmod +x $@
|
||||
|
|
Loading…
Reference in a new issue