summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-20 21:28:05 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-20 21:28:05 (GMT)
commitaff66a3790e083fa13d05302a2191d6086268fc1 (patch)
treeeb1074b16c80d359be225e7ffb68d3647f607406 /fortran/src/Makefile.in
parent5fd5aa58ca66c387551f1d79f0d49bbb76067109 (diff)
downloadhdf5-aff66a3790e083fa13d05302a2191d6086268fc1.zip
hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.gz
hdf5-aff66a3790e083fa13d05302a2191d6086268fc1.tar.bz2
[svn-r26856] various intel compiler fixes
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index ea924f9..5a925df 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -771,7 +771,7 @@ H5fortran_detect_SOURCES = H5fortran_detect.F90
# H5test_kind.F90 is included in the distribution, and Automake knows
# how to compile a fortran program given its sources.
-H5test_kind_SOURCES = H5test_kind.f90
+H5test_kind_SOURCES = H5test_kind.F90
# Mark this directory as part of the Fortran API
FORTRAN_API = yes