diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-15 18:24:19 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-15 18:24:19 (GMT) |
commit | a2f3dc2accdd212bd53ad94b97bdaa766b064691 (patch) | |
tree | 9838f963dee9dee16c526367560778e581b9fada | |
parent | c16bc85b88188c5687205d7669bd9ec0fde032c5 (diff) | |
download | hdf5-a2f3dc2accdd212bd53ad94b97bdaa766b064691.zip hdf5-a2f3dc2accdd212bd53ad94b97bdaa766b064691.tar.gz hdf5-a2f3dc2accdd212bd53ad94b97bdaa766b064691.tar.bz2 |
[svn-r9828] Purpose: Bug fix
Description: Makefile.in didn't define search path for
the fortran module directories. This became necessary
after I removed ../src flag from the acsite.m4
file and AC_F9X_MOD macro.
Solution: Fixed the Makefile.in
Platforms tested: sol in parallel mode.
Misc. update:
-rw-r--r-- | fortran/testpar/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 2cf5cef..0bbe258 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -28,6 +28,7 @@ LIBFORTRAN=../src/libhdf5_fortran.la LIBHDF5=$(hdf5_builddir)/libhdf5.la FTLIB = ../test/libh5test_fortran.la CTLIB = ../../test/.libs/libh5test.a +FSEARCH_DIRS =@F9XMODFLAG@../src @FSEARCH_DIRS@ ## These tests are parallel RUNTEST=$(RUNPARALLEL) |