Skip to content

Commit cf3b60b

Browse files
committed
update Makefile.manual
1 parent bcc0cc2 commit cf3b60b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

src/Makefile.manual

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
SRCFYPP = \
2-
stdlib_32_bit_fnv_hashes.fypp \
3-
stdlib_32_bit_nmhashes.fypp \
4-
stdlib_32_bit_water_hashes.fypp \
5-
stdlib_64_bit_fnv_hashes.fypp \
6-
stdlib_64_bit_pengy_hashes.fypp \
7-
stdlib_64_bit_spookyv2_hashes.fypp \
2+
stdlib_hash_32bit_fnv.fypp \
3+
stdlib_hash_32bit_nm.fypp \
4+
stdlib_hash_32bit_water.fypp \
5+
stdlib_hash_64bit_fnv.fypp \
6+
stdlib_hash_64bit_pengy.fypp \
7+
stdlib_hash_64bit_spookyv2.fypp \
88
stdlib_ascii.fypp \
99
stdlib_bitsets_64.fypp \
1010
stdlib_bitsets_large.fypp \
@@ -90,21 +90,21 @@ $(SRCGEN): %.f90: %.fypp common.fypp
9090

9191
# Fortran module dependencies
9292
f18estop.o: stdlib_error.o
93-
stdlib_32_bit_fnv_hashes.o: \
93+
stdlib_hash_32bit_fnv.o: \
9494
stdlib_hash_32bit.o
9595
stdlib_hash_32bit.o: \
9696
stdlib_kinds.o
97-
stdlib_32_bit_nmhashes.o: \
97+
stdlib_hash_32bit_nm.o: \
9898
stdlib_hash_32bit.o
99-
stdlib_32_bit_water_hashes.o: \
99+
stdlib_hash_32bit_water.o: \
100100
stdlib_hash_32bit.o
101-
stdlib_64_bit_fnv_hashes.o: \
101+
stdlib_hash_64bit_fnv.o: \
102102
stdlib_hash_64bit.o
103103
stdlib_hash_64bit.o: \
104104
stdlib_kinds.o
105-
stdlib_64_bit_pengy_hashes.o: \
105+
stdlib_hash_64bit_pengy.o: \
106106
stdlib_hash_64bit.o
107-
stdlib_64_bit_spookyv2_hashes.o: \
107+
stdlib_hash_64bit_spookyv2.o: \
108108
stdlib_hash_64bit.o
109109
stdlib_ascii.o: stdlib_kinds.o
110110
stdlib_bitsets.o: stdlib_kinds.o \

0 commit comments

Comments
 (0)