Skip to content

Commit e235bc4

Browse files
committed
added module dependencies of stdlib_math for function slice in Makefile.manual
1 parent 90eb9aa commit e235bc4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Makefile.manual

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ $(SRCGEN): %.f90: %.fypp common.fypp
5656

5757
# Fortran module dependencies
5858
f18estop.o: stdlib_error.o
59-
stdlib_ascii.o: stdlib_kinds.o
59+
stdlib_ascii.o: \
60+
stdlib_kinds.o \
61+
stdlib_math.o
6062
stdlib_bitsets.o: stdlib_kinds.o
6163
stdlib_bitsets_64.o: stdlib_bitsets.o
6264
stdlib_bitsets_large.o: stdlib_bitsets.o

0 commit comments

Comments
 (0)