summaryrefslogtreecommitdiffstats
path: root/hl/fortran/examples/Makefile.in
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-04 14:03:29 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2017-08-04 14:03:29 (GMT)
commit51b97cc02d39ae7f05b129463087ef13a97a2822 (patch)
tree54d747eb943b6daca5da2594a40267a318a5fc53 /hl/fortran/examples/Makefile.in
parentc7465bdfb8ebd857dbdd36a6e9e89236241add7e (diff)
downloadhdf5-51b97cc02d39ae7f05b129463087ef13a97a2822.zip
hdf5-51b97cc02d39ae7f05b129463087ef13a97a2822.tar.gz
hdf5-51b97cc02d39ae7f05b129463087ef13a97a2822.tar.bz2
generated reconfigure files for configure changes
Diffstat (limited to 'hl/fortran/examples/Makefile.in')
-rw-r--r--hl/fortran/examples/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/hl/fortran/examples/Makefile.in b/hl/fortran/examples/Makefile.in
index 18c43d3..e5b58b4 100644
--- a/hl/fortran/examples/Makefile.in
+++ b/hl/fortran/examples/Makefile.in
@@ -530,6 +530,7 @@ dvidir = @dvidir@
enable_shared = @enable_shared@
enable_static = @enable_static@
exec_prefix = @exec_prefix@
+fortran_linux_linker_option = @fortran_linux_linker_option@
host = @host@
host_alias = @host_alias@
host_cpu = @host_cpu@
@@ -1028,9 +1029,9 @@ help:
# Tell automake how to build examples using h5fc
@BUILD_PARALLEL_CONDITIONAL_TRUE@$(EXTRA_PROG): $(H5FC_PP)
-@BUILD_PARALLEL_CONDITIONAL_TRUE@ $(H5FC_PP) $(H5CCFLAGS) $(FCFLAGS) -o $@ $(srcdir)/$@.f90;
+@BUILD_PARALLEL_CONDITIONAL_TRUE@ $(H5FC_PP) $(H5CCFLAGS) -o $@ $(srcdir)/$@.f90;
@BUILD_PARALLEL_CONDITIONAL_FALSE@$(EXTRA_PROG): $(H5FC)
-@BUILD_PARALLEL_CONDITIONAL_FALSE@ $(H5FC) $(H5CCFLAGS) $(FCFLAGS) -o $@ $(srcdir)/$@.f90;
+@BUILD_PARALLEL_CONDITIONAL_FALSE@ $(H5FC) $(H5CCFLAGS) -o $@ $(srcdir)/$@.f90;
# How to create EXAMPLEDIR if it doesn't already exist
$(EXAMPLEDIR):