aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fpm/src/fpm.f908
1 files changed, 1 insertions, 7 deletions
diff --git a/fpm/src/fpm.f90 b/fpm/src/fpm.f90
index daa4d98..95327b7 100644
--- a/fpm/src/fpm.f90
+++ b/fpm/src/fpm.f90
@@ -439,13 +439,7 @@ subroutine cmd_run(settings,test)
end if
- ! NB. To be replaced after incremental rebuild is implemented
- if (.not.settings%list .and. &
- any([(.not.exists(executables(i)%s),i=1,size(executables))])) then
-
- call build_package(model)
-
- end if
+ call build_package(model)
do i=1,size(executables)
if (settings%list) then