Use top_srcdir instead of .. for ../data/tools copy.

Seems needed to use make in another directory.
This commit is contained in:
Ali El Gariani 2010-06-15 16:06:22 +00:00
parent 42005b0724
commit 58966301a3

View file

@ -613,4 +613,4 @@ TAGS:
#############################################################################
$(bin_SCRIPTS):
cp ../data/tools/$@ .
cp $(top_srcdir)/data/tools/$@ .