Skip to content

Commit ebd499d

Browse files
committed
Add missing dependency on core_physics_mmm in core_atmosphere/physics/Makefile
In src/core_atmosphere/physics/Makefile, the core_physics_wrf build target should depend on core_physics_mmm, since compilation of modules in the physics_wrf directory depends on successful compilation of modules in the physics_mmm directory.
1 parent 89f7eaf commit ebd499d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/core_atmosphere/physics/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lookup_tables:
5252
core_physics_mmm: core_physics_init
5353
(cd physics_mmm; $(MAKE) all)
5454

55-
core_physics_wrf: core_physics_init
55+
core_physics_wrf: core_physics_init core_physics_mmm
5656
(cd physics_wrf; $(MAKE) all COREDEF="$(COREDEF)")
5757

5858
core_physics_init: $(OBJS_init)

0 commit comments

Comments
 (0)