Skip to content

Commit 1e08917

Browse files
committed
Adding a dependency to mpas_timer.o in mpas_halo.o
1 parent 75fea6c commit 1e08917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)