From 1600715db36c1061561249b089a68a3c4b454b45 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Tue, 30 Dec 2014 22:16:22 +0100 Subject: [PATCH] Specify the correct location of the prerequisite --- pdns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index a17fa483c..b5b60b145 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -962,7 +962,7 @@ endif version.o: version_generated.h -pubsuffix.cc: effective_tld_names.dat +pubsuffix.cc: $(srcdir)/effective_tld_names.dat ./mkpubsuffixcc .PHONY: version_generated.h -- 2.40.0