]> Git Repo - VerusCoin.git/commitdiff
build: add funcs.mk to the list of meta-depends
authorCory Fields <[email protected]>
Sat, 16 Aug 2014 02:44:36 +0000 (22:44 -0400)
committerCory Fields <[email protected]>
Sat, 16 Aug 2014 02:48:38 +0000 (22:48 -0400)
If anything in funcs.mk changes, everything must rebuild

depends/Makefile

index d431653068f9c73415c707bd0a5615972c5222b7..bd5f0bf5364371d90fb02431ee71e0b8aac4e952 100644 (file)
@@ -72,7 +72,7 @@ packages += $($(host_arch)_$(host_os)_packages) $($(host_os)_packages) $(qt_pack
 native_packages += $($(host_arch)_$(host_os)_native_packages) $($(host_os)_native_packages) $(qt_native_packages_)
 all_packages = $(packages) $(native_packages)
 
-meta_depends = Makefile builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk
+meta_depends = Makefile funcs.mk builders/default.mk hosts/default.mk hosts/$(host_os).mk builders/$(build_os).mk
 
 $(host_arch)_$(host_os)_native_toolchain?=$($(host_os)_native_toolchain)
 
This page took 0.029044 seconds and 4 git commands to generate.