Since we changed to using a json file to avoid over long command lines we created a situation where the generated files may not be ready when the depscan happens. To avoid that, we need to add all of the generated sources as order deps. Fixes: #9258pull/9030/merge
parent
276ff0cc89
commit
40ff02268c
3 changed files with 21 additions and 5 deletions
@ -1,6 +1,6 @@ |
||||
module mod3 |
||||
implicit none |
||||
|
||||
integer, parameter :: modval3 = @THREE@ |
||||
integer, parameter :: modval3 = 3 |
||||
|
||||
end module mod3 |
Loading…
Reference in new issue