Skip to content

Commit 80af2c5

Browse files
committed
Added dependence on stdlib_kinds.f90
Added dependence of stdlib_bitsets.f90 on stdlib_kinds.f90. [ticket: X]
1 parent 47c7d6e commit 80af2c5

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
@@ -43,6 +43,7 @@ clean:
4343

4444
# Fortran module dependencies
4545
f18estop.o: stdlib_error.o
46+
stdlib_bitsets.o: stdlib_kinds.o
4647
stdlib_bitsets_64.o: stdlib_bitsets.o
4748
stdlib_bitsets_large.o: stdlib_bitsets.o
4849
stdlib_error.o: stdlib_optval.o

0 commit comments

Comments
 (0)