diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-09-29 15:50:12 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2016-09-29 15:50:12 (GMT) |
commit | c28c6873fedb6a4bec9dfa500d8648610c7ba88f (patch) | |
tree | cc8464d50e4a8d53bd3d5c404168ffd3e13ff011 | |
parent | 064073307a45f51b358431aae9e6ae47ce91716e (diff) | |
download | hdf5-c28c6873fedb6a4bec9dfa500d8648610c7ba88f.zip hdf5-c28c6873fedb6a4bec9dfa500d8648610c7ba88f.tar.gz hdf5-c28c6873fedb6a4bec9dfa500d8648610c7ba88f.tar.bz2 |
Removed duplicate FCFLAG
-rw-r--r-- | fortran/src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fortran/src/Makefile.am b/fortran/src/Makefile.am index 4ec02b7..a271666 100644 --- a/fortran/src/Makefile.am +++ b/fortran/src/Makefile.am @@ -138,9 +138,6 @@ H5_buildiface_SOURCES = H5_buildiface.F90 # Mark this directory as part of the Fortran API FORTRAN_API=yes -H5_buildiface$(EXEEXT): $(H5_buildiface_SOURCES) H5config_f.inc - $(FC) $(FCFLAGS) $< -o $@ -I$(top_builddir)/fortran/src - # Hardcode the dependencies of these files. There isn't a known way of # determining this automagically (like we do with the C files). So, when # doing a parallel make, some modules could be made way before the |