Skip to content
Snippets Groups Projects
Commit 92b3b91a authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Avoid redundant recompilations of Fortran source files providing interface modules.

parent 66dc03f9
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ else
$(top_srcdir)/util/gen_public_header.pl N_HAVE_MPI $(header)
endif
$(sct_mod): sct.o
$(sct_mod): sct.lo
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = pkgconfig/sct.pc
......@@ -18,7 +18,7 @@ libsct_la_SOURCES =
nodist_include_HEADERS =
endif
$(sct_mod): nosct.o
$(sct_mod): nosct.lo
# Clean Fortran module files and Cray's postprocessed files.
CLEANFILES = $(sct_mod) sct.i
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment