summaryrefslogtreecommitdiffstats
path: root/config/conclude_fc.am
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 /config/conclude_fc.am
parent3befe647ee9783b763208a581675988fbaabd321 (diff)
downloadhdf5-064073307a45f51b358431aae9e6ae47ce91716e.zip
hdf5-064073307a45f51b358431aae9e6ae47ce91716e.tar.gz
hdf5-064073307a45f51b358431aae9e6ae47ce91716e.tar.bz2
Removed duplicate FCFLAG.
Diffstat (limited to 'config/conclude_fc.am')
-rw-r--r--config/conclude_fc.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/conclude_fc.am b/config/conclude_fc.am
index d9e7b56..6402412 100644
--- a/config/conclude_fc.am
+++ b/config/conclude_fc.am
@@ -26,8 +26,8 @@ LTPPFCCOMPILE = $(LIBTOOL) --tag=FC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=co
# Treat all .f90 and .F90 files as preprocessed Fortran.
.f90.o:
- $(PPFCCOMPILE) -c -o $@ $(FCFLAGS) $<
+ $(PPFCCOMPILE) -c -o $@ $<
.F90.o:
- $(PPFCCOMPILE) -c -o $@ $(FCFLAGS) $<
+ $(PPFCCOMPILE) -c -o $@ $<
include $(top_srcdir)/config/conclude.am