From: JINMEI Tatuya Date: Sat, 22 Dec 2012 02:25:48 +0000 (-0800) Subject: [2480] explicitly specify path to gen-query-testdata.py (need srcdir) X-Git-Tag: bind10-1.0.0-rc-release~95^2~22^2~11^2~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08dec0f8e0129ed43373dca3a335d752a3fb5e2c;p=thirdparty%2Fkea.git [2480] explicitly specify path to gen-query-testdata.py (need srcdir) --- diff --git a/src/bin/auth/tests/Makefile.am b/src/bin/auth/tests/Makefile.am index bc9209c52a..d863b5e7b6 100644 --- a/src/bin/auth/tests/Makefile.am +++ b/src/bin/auth/tests/Makefile.am @@ -92,11 +92,12 @@ EXTRA_DIST = gen-query-testdata.py CLEANFILES += example_base_inc.cc example_nsec3_inc.cc testdata/example-base.zone example_base_inc.cc: testdata/query_testzone_data.txt - $(PYTHON) ./gen-query-testdata.py testdata/query_testzone_data.txt \ + $(PYTHON) $(srcdir)/gen-query-testdata.py \ + testdata/query_testzone_data.txt \ testdata/example-base.zone example_base_inc.cc testdata/example-nsec3-inc.zone example_nsec3_inc.cc: testdata/query_testzone_data_nsec3.txt - $(PYTHON) ./gen-query-testdata.py \ + $(PYTHON) $(srcdir)/gen-query-testdata.py \ testdata/query_testzone_data_nsec3.txt \ testdata/example-nsec3-inc.zone example_nsec3_inc.cc