diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 01:49:04 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-01-12 01:49:04 (GMT) |
commit | 72fcca656a05643d335038e2f1f262fbcd909e4e (patch) | |
tree | 9843f014324a26146a87f0dbe1036129da129ad0 /fortran | |
parent | 7945e9929ee7fcbbe28e7dd1c56816ef3307cbcf (diff) | |
download | hdf5-72fcca656a05643d335038e2f1f262fbcd909e4e.zip hdf5-72fcca656a05643d335038e2f1f262fbcd909e4e.tar.gz hdf5-72fcca656a05643d335038e2f1f262fbcd909e4e.tar.bz2 |
[svn-r9811] Purpose: Bug fix
Description: libh5test_fortran.a(la) files were installed by
make install
Solution: Brought changes back from 1.6
Platforms tested: mir, eirene
Misc. update:
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/test/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/test/Makefile.in b/fortran/test/Makefile.in index e72a10d..0cd17e6 100644 --- a/fortran/test/Makefile.in +++ b/fortran/test/Makefile.in @@ -45,6 +45,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 |