Browse Source

[3170] Slight correction to dependencies on Makefile

Kean Johnston 11 years ago
parent
commit
e05189ee65
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/bin/auth/Makefile.am
  2. 2 2
      src/lib/dns/Makefile.am

+ 2 - 2
src/bin/auth/Makefile.am

@@ -45,11 +45,11 @@ statistics_items.h: statistics_items.h.pre statistics_msg_items.def
 statistics.cc: statistics.cc.pre statistics_msg_items.def
 tests/statistics_unittest.cc: tests/statistics_unittest.cc.pre statistics_msg_items.def
 
-gen-statisticsitems.py: gen-statisticsitems.py.pre
+gen-statisticsitems.py: gen-statisticsitems.py.pre Makefile
 	$(SED) -e "s|@@LOCALSTATEDIR@@|$(localstatedir)|" gen-statisticsitems.py.pre >$@
 	chmod +x $@
 
-auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: Makefile s-genstats
+auth.spec b10-auth.xml statistics_items.h statistics.cc tests/statistics_unittest.cc: s-genstats
 
 s-genstats: gen-statisticsitems.py
 	./gen-statisticsitems.py

+ 2 - 2
src/lib/dns/Makefile.am

@@ -158,11 +158,11 @@ rrclass.h: rrclass-placeholder.h
 rrtype.h: rrtype-placeholder.h
 rrparamregistry.cc: rrparamregistry-placeholder.cc
 
-s-rdatacode:
+s-rdatacode: Makefile
 	$(PYTHON) ./gen-rdatacode.py
 	touch $@
 
-rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile s-rdatacode
+rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: s-rdatacode
 
 libdns___includedir = $(includedir)/$(PACKAGE_NAME)/dns
 libdns___include_HEADERS = \