Skip to content

Commit d0c1431

Browse files
committed
Adding a dependency to mpas_timer.o in mpas_halo.o
1 parent a8fda92 commit d0c1431

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/framework/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ mpas_c_interfacing.o:
110110
xml_stream_parser.o: xml_stream_parser.c
111111
$(CC) $(CFLAGS) $(CPPFLAGS) $(CPPINCLUDES) -I../external/ezxml -c xml_stream_parser.c
112112

113-
mpas_halo.o: mpas_derived_types.o mpas_pool_routines.o mpas_log.o
113+
mpas_halo.o: mpas_derived_types.o mpas_pool_routines.o mpas_log.o mpas_timer.o
114114

115115
mpas_stream_inquiry.o : mpas_derived_types.o mpas_log.o mpas_c_interfacing.o
116116

0 commit comments

Comments
 (0)