From 070b8e0ca1f2a1e9009d9e29abe76906d26d1fd6 Mon Sep 17 00:00:00 2001 From: Chris Black Date: Sun, 9 Oct 2022 22:53:02 -0700 Subject: [PATCH] update depends --- Makefile.depends | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.depends b/Makefile.depends index 85fbb8b4d2c..ec53f8cbab2 100644 --- a/Makefile.depends +++ b/Makefile.depends @@ -16,7 +16,7 @@ $(call depends,modules/data.atmosphere): | .install/base/db .install/base/logger $(call depends,modules/data.hydrology): | .install/base/logger .install/base/utils $(call depends,modules/data.land): | .install/modules/benchmark .install/modules/data.atmosphere .install/base/db .install/base/logger .install/base/remote .install/base/utils .install/base/visualization .install/base/settings $(call depends,modules/data.remote): | .install/base/db .install/base/utils .install/base/logger .install/base/remote -$(call depends,modules/emulator): | .install/base/logger +$(call depends,modules/emulator): | $(call depends,modules/meta.analysis): | .install/base/utils .install/base/db .install/base/logger .install/base/settings $(call depends,modules/photosynthesis): | $(call depends,modules/priors): | .install/base/logger .install/modules/meta.analysis .install/base/utils .install/base/visualization