Skip to content

Commit 8822321

Browse files
committed
Fix manual makefile for stdlib_kinds dependency of stdlib_ascii
1 parent 4d14f5c commit 8822321

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Makefile.manual

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ $(SRCGEN): %.f90: %.fypp common.fypp
5454

5555
# Fortran module dependencies
5656
f18estop.o: stdlib_error.o
57+
stdlib_ascii.o: stdlib_kinds.o
5758
stdlib_bitsets.o: stdlib_kinds.o
5859
stdlib_bitsets_64.o: stdlib_bitsets.o
5960
stdlib_bitsets_large.o: stdlib_bitsets.o

0 commit comments

Comments
 (0)