Skip to content

Commit f9acfbe

Browse files
committed
Fix src/makefile.manual
1 parent 71021bb commit f9acfbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Makefile.manual

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ $(SRCGEN): %.f90: %.fypp common.fypp
7575
# Fortran module dependencies
7676
f18estop.o: stdlib_error.o
7777
stdlib_ascii.o: stdlib_kinds.o
78-
stdlib_bitsets.o: stdlib_kinds.o
78+
stdlib_bitsets.o: stdlib_kinds.o \
79+
stdlib_optval.o
7980
stdlib_bitsets_64.o: stdlib_bitsets.o
8081
stdlib_bitsets_large.o: stdlib_bitsets.o
8182
stdlib_error.o: stdlib_optval.o

0 commit comments

Comments
 (0)