diff options
Diffstat (limited to 'fortran/config/conclude.in')
-rw-r--r-- | fortran/config/conclude.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fortran/config/conclude.in b/fortran/config/conclude.in index 7597d1a..09cdf52 100644 --- a/fortran/config/conclude.in +++ b/fortran/config/conclude.in @@ -174,10 +174,10 @@ maintainer-clean: distclean @$(LT_CCOMPILE) $(CFLAGS) $(CPPFLAGS) -c $< .f90.o: - $(F9X) $(FFLAGS) -c $< + $(F9X) $(FFLAGS) $(FSEARCH_DIRS) -c $< .f90.lo: - @$(LT_FCOMPILE) $(FFLAGS) -c $< + @$(LT_FCOMPILE) $(FFLAGS) $(FSEARCH_DIRS) -c $< ##----------------------------------------------------------------------------- ## The following section of this makefile contains dependencies between the |