From d7baef56d702f0c1ba66aff359ac23f1d37a4673 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Mon, 15 Sep 2014 14:06:17 +1000 Subject: [PATCH] make depend fails in bin/python --- bin/python/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/python/Makefile.in b/bin/python/Makefile.in index ee21d7743d..dfb5d59711 100644 --- a/bin/python/Makefile.in +++ b/bin/python/Makefile.in @@ -23,7 +23,7 @@ top_srcdir = @top_srcdir@ PYTHON = @PYTHON@ TARGETS = dnssec-checkds dnssec-coverage -SRCS = dnssec-checkds.py dnssec-coverage.py +PYSRCS = dnssec-checkds.py dnssec-coverage.py MANPAGES = dnssec-checkds.8 dnssec-coverage.8 HTMLPAGES = dnssec-checkds.html dnssec-coverage.html