From a2f3dc2accdd212bd53ad94b97bdaa766b064691 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Sat, 15 Jan 2005 13:24:19 -0500 Subject: [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: --- fortran/testpar/Makefile.in | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v0.12