summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2005-01-12 01:47:33 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2005-01-12 01:47:33 (GMT)
commit41fc9d427d007cdaf6bad150bd376ed655614be3 (patch)
tree3bd978537960acb6f806e9cef1e903e8bd5e83e4
parentd1df65a310a76b12aed848223465d511f08e1eec (diff)
downloadhdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.zip
hdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.tar.gz
hdf5-41fc9d427d007cdaf6bad150bd376ed655614be3.tar.bz2
[svn-r9810] Purpose: Bug fix
Description: libh5test_fortran.a(la) files were installed by make install Solution: Figure out why C test library is not installed and used the same trick. Platforms tested: eirene, mir (too minor for h5committest) Misc. update:
-rw-r--r--fortran/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in
index 7359230..75d7436 100644
--- a/fortran/test/Makefile.in
+++ b/fortran/test/Makefile.in
@@ -44,7 +44,7 @@ FORTLIBTEST_CSRC = t.c
FORTLIBTEST_OBJ=$(FORTLIBTEST_FSRC:.f90=.lo) $(FORTLIBTEST_CSRC:.c=.lo)
TEST_OBJ=$(FORTLIBTEST_OBJ) $(TEST_PROGS_SRC:.f90=.lo)
-
+PUB_LIB=
## Temporary files
MOSTLYCLEAN=*.h5 *.tmp