Skip to content

Commit 09ec942

Browse files
committed
Remove spurious component in module paths
1 parent d08e91f commit 09ec942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_targets.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ subroutine filter_modules(targets, list)
690690
if (n + size(target%source%modules_provided) >= size(list)) call resize(list)
691691
do j = 1, size(target%source%modules_provided)
692692
n = n + 1
693-
list(n)%s = join_path(target%output_dir, "fpm", &
693+
list(n)%s = join_path(target%output_dir, &
694694
target%source%modules_provided(j)%s)
695695
end do
696696
end associate

0 commit comments

Comments
 (0)