summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorM. Scot Breitenfeld <brtnfld@hdfgroup.org>2016-09-29 15:49:08 (GMT)
committerM. Scot Breitenfeld <brtnfld@hdfgroup.org>2016-09-29 15:49:08 (GMT)
commit064073307a45f51b358431aae9e6ae47ce91716e (patch)
treef648af91f5edf84f7f5d5b19bab84350379856fc /fortran
parent3befe647ee9783b763208a581675988fbaabd321 (diff)
downloadhdf5-064073307a45f51b358431aae9e6ae47ce91716e.zip
hdf5-064073307a45f51b358431aae9e6ae47ce91716e.tar.gz
hdf5-064073307a45f51b358431aae9e6ae47ce91716e.tar.bz2
Removed duplicate FCFLAG.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/test/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/fortran/test/Makefile.am b/fortran/test/Makefile.am
index 36b9adc..3def26e 100644
--- a/fortran/test/Makefile.am
+++ b/fortran/test/Makefile.am
@@ -97,10 +97,6 @@ H5_test_buildiface_SOURCES = H5_test_buildiface.F90
H5_test_buildiface_LDADD =
-
-H5_test_buildiface$(EXEEXT): $(H5_test_buildiface_SOURCES)
- $(FC) $(FCFLAGS) $< -o $@ -I$(top_builddir)/fortran/src
-
# fflush2 depends on files created by fflush1
fflush2.chkexe_: fflush1.chkexe_