summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-01-15 18:24:19 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-01-15 18:24:19 (GMT)
commita2f3dc2accdd212bd53ad94b97bdaa766b064691 (patch)
tree9838f963dee9dee16c526367560778e581b9fada
parentc16bc85b88188c5687205d7669bd9ec0fde032c5 (diff)
downloadhdf5-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.in1
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)