summaryrefslogtreecommitdiffstats
path: root/fortran/test/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/test/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/test/Makefile.in')
-rw-r--r--fortran/test/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index a389684..cb3af45 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -14,8 +14,6 @@ hdf5_builddir=$(top_builddir)/src
## Add include directory to the C preprocessor flags and the h5test and hdf5
## libraries to the library list.
LT_LINK_LIB=$(LT) --mode=link $(F9X) -static -rpath $(libdir)
-MFLAG=@F9XMODFLAG@
-FFLAGS=$(MFLAG). $(MFLAG)../src @FFLAGS@
FLIB=../src/libhdf5_fortran.la
HDF5LIB=$(hdf5_builddir)/libhdf5.la