mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r10013] Purpose:
Bug fix Description: While commenting out some code in a Makefile.am, I missed two lines. Solution: Commented out those lines. Platforms tested: verbena, heping Misc. update:
This commit is contained in:
parent
ceb75f0efd
commit
adf0f3e317
@ -58,9 +58,9 @@ MOSTLYCLEANFILES=*.h5 *.tmp
|
||||
|
||||
## Fortran dependencies must be hardcoded, unfortunately.
|
||||
##FORTLIBTEST_OBJ= fortranlib_test.lo \
|
||||
tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \
|
||||
tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \
|
||||
t.lo
|
||||
## tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \
|
||||
## tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \
|
||||
## t.lo
|
||||
##fortranlib_test$(EXEEXT): $(FORTLIBTEST_OBJ)
|
||||
|
||||
include $(top_srcdir)/config/conclude.am
|
||||
|
@ -736,10 +736,6 @@ uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
|
||||
uninstall-libLTLIBRARIES
|
||||
|
||||
|
||||
tH5F.lo tH5D.lo tH5R.lo tH5S.lo tH5T.lo tH5VL.lo tH5Z.lo \
|
||||
tH5Sselect.lo tH5P.lo tH5A.lo tH5I.lo tH5G.lo tH5E.lo tf.lo \
|
||||
t.lo
|
||||
|
||||
# lib/progs/tests targets recurse into subdirectories. build-* targets
|
||||
# build files in this directory.
|
||||
build-lib: $(LIB)
|
||||
|
Loading…
x
Reference in New Issue
Block a user