Use top_srcdir instead of .. for ../data/tools copy.
Seems needed to use make in another directory.
This commit is contained in:
parent
42005b0724
commit
58966301a3
1 changed files with 1 additions and 1 deletions
|
@ -613,4 +613,4 @@ TAGS:
|
|||
#############################################################################
|
||||
|
||||
$(bin_SCRIPTS):
|
||||
cp ../data/tools/$@ .
|
||||
cp $(top_srcdir)/data/tools/$@ .
|
||||
|
|
Loading…
Add table
Reference in a new issue