summaryrefslogtreecommitdiffstats
path: root/fortran/src/Makefile.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-07-09 21:28:26 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-07-09 21:28:26 (GMT)
commit6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5 (patch)
tree62d359126b1ca70cdec5a38d68170e2a99c1e832 /fortran/src/Makefile.in
parentf4da6baf5dc8a0f029f004c2146ee293ae2ef079 (diff)
downloadhdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.zip
hdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.tar.gz
hdf5-6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5.tar.bz2
[svn-r4166]
Purpose: Fix Description: Porting fixes from the 1.4 branch to the 1.5 branch. This fixes the dependency problem in the testpar/ directory and also the problem with module includes on the command line.
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r--fortran/src/Makefile.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in
index 4686d7a..57f2c12 100644
--- a/fortran/src/Makefile.in
+++ b/fortran/src/Makefile.in
@@ -17,9 +17,6 @@ TRACE=perl $(top_srcdir)/bin/trace
## Add `-I.' to the C preprocessor flags.
CPPFLAGS=-I. -I$(hdf5_builddir) -I$(hdf5_srcdir) @CPPFLAGS@
-MFLAG=@F9XMODFLAG@
-FFLAGS=$(MFLAG). @FFLAGS@
-
## This is our main target
LIB=libhdf5_fortran.la
DISTCLEAN=H5fortran_types.f90