From 388f427b6b95ff24a0bd1baa031b7710de99633f Mon Sep 17 00:00:00 2001 From: Dave Gill Date: Tue, 17 Jan 2017 05:47:05 -0700 Subject: [PATCH] Add missing dependency for hailcast diagnostics TYPE: bug fix KEYWORDS: hailcast, dependency SOURCE: internal DESCRIPTION OF CHANGES: The PR for hailcast diagnostics (#86), did not include a set of dependencies for the new module, nor did it list the new module as a necessary file for the diagnostics driver. LIST OF MODIFIED FILES: M main/depend.common TESTS CONDUCTED: 1. Code builds with setenv J "-j 1" ... and it did not previously. --- main/depend.common | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/main/depend.common b/main/depend.common index 070bf169c7..4c6529e1b3 100644 --- a/main/depend.common +++ b/main/depend.common @@ -731,6 +731,7 @@ module_diagnostics_driver.o: \ module_diag_zld.o \ module_diag_afwa.o \ module_diag_rasm.o \ + module_diag_hailcast.o \ ../frame/module_comm_dm.o \ ../frame/module_state_description.o \ ../frame/module_domain.o \ @@ -766,6 +767,15 @@ module_diag_afwa.o: \ module_diag_rasm.o: \ module_cam_shr_const_mod.o +module_diag_hailcast.o: \ + ../frame/module_configure.o \ + ../frame/module_domain.o \ + ../frame/module_dm.o \ + ../frame/module_state_description.o \ + ../frame/module_streams.o \ + ../external/esmf_time_f90/module_utility.o \ + ../share/module_model_constants.o + module_diag_refl.o: \ ../frame/module_dm.o \ ../share/module_model_constants.o