diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 15:19:44 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-06-30 15:19:44 (GMT) |
commit | 007affb6dfc894e2e81a90ae7790473ff6dc26b0 (patch) | |
tree | 78f04d074ac17cfc4e3777586aa33ddfe804c140 /fortran/testpar/Makefile.in | |
parent | e51dc29e89aaea2a35d8ab4ab431013ddd0306d1 (diff) | |
download | hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.zip hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.gz hdf5-007affb6dfc894e2e81a90ae7790473ff6dc26b0.tar.bz2 |
[svn-r7121]
Purpose:
Bug Fix
Description:
Changes needed to make "pmake" work on Modi4.
Solution:
Needed to add some null macro defines in the commence.in files.
Needed to remove a dependence on LIBH5TEST in the fortran make
since LIBH5TEST isn't used in the fortran stuff.
Platforms tested:
Modi4 (small change)
Misc. update:
Diffstat (limited to 'fortran/testpar/Makefile.in')
-rw-r--r-- | fortran/testpar/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/testpar/Makefile.in b/fortran/testpar/Makefile.in index 2ee682a..2cf5cef 100644 --- a/fortran/testpar/Makefile.in +++ b/fortran/testpar/Makefile.in @@ -47,7 +47,7 @@ TEST_OBJ=$(TEST_SRC:.f90=.lo) TEST_HDR= ## How to build the tests... They all depend on the hdf5 library -$(TEST_PROGS): $(LIBHDF5) $(LIBH5TEST) +$(TEST_PROGS): $(LIBHDF5) $(TEST_OBJ): $(TEST_HDR) |