]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3285] Fix missing dependencies
authorKean Johnston <kean@isc.org>
Mon, 13 Jan 2014 17:28:38 +0000 (19:28 +0200)
committerKean Johnston <kean@isc.org>
Mon, 13 Jan 2014 17:28:38 +0000 (19:28 +0200)
In #3170 where parallel builds were fixed, some of the dependencies
for running gen-rcodedata.py were not correctly set. Thus a file could
be changed but nothing rebuilt. Fix that.

src/lib/dns/Makefile.am

index bda4e85333274b454cc1bc2a0c7de923f7e5f4b7..48256a7757ecd4eaee2f4ca61efb310bf3cf6fad 100644 (file)
@@ -158,7 +158,7 @@ rrclass.h: rrclass-placeholder.h
 rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 
-s-rdatacode: Makefile
+s-rdatacode: Makefile rrclass-placeholder.h rrtype-placeholder.h rrparamregistry-placeholder.cc
        $(PYTHON) ./gen-rdatacode.py
        touch $@