diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 21:28:26 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-07-09 21:28:26 (GMT) |
commit | 6874139caa0c91fb9f2a52f9606e6fd5ed64a9d5 (patch) | |
tree | 62d359126b1ca70cdec5a38d68170e2a99c1e832 /fortran/test | |
parent | f4da6baf5dc8a0f029f004c2146ee293ae2ef079 (diff) | |
download | hdf5-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')
-rw-r--r-- | fortran/test/Makefile.in | 2 |
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 |