aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <[email protected]>2014-08-15 22:44:36 -0400
committerCory Fields <[email protected]>2014-08-15 22:48:38 -0400
commite42363d8005ff899c5da0e99eebc19bb16f330e5 (patch)
treeecd973450d3ceacbd37b68672f98e7626444d7e7
parentdepends: fix shasum on osx < 10.9 (diff)
downloaddiscoin-e42363d8005ff899c5da0e99eebc19bb16f330e5.tar.xz
discoin-e42363d8005ff899c5da0e99eebc19bb16f330e5.zip
build: add funcs.mk to the list of meta-depends
If anything in funcs.mk changes, everything must rebuild
-rw-r--r--depends/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/Makefile b/depends/Makefile
index d43165306..bd5f0bf53 100644
--- a/depends/Makefile
+++ b/depends/Makefile
@@ -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)