mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r7010] Purpose:
Bug fix Description: h5cc was removed prematurely in "make clean". Moved it to be removed in "make distclean" only. Solution: Platforms tested: COpper. Misc. update:
This commit is contained in:
parent
ec6f9400d0
commit
265cb20baa
@ -35,8 +35,11 @@ TEST_SCRIPTS=
|
||||
LIBTOOLS=../lib/libh5tools.la
|
||||
LIBHDF5=$(top_builddir)/src/libhdf5.la
|
||||
|
||||
PUB_PROGS=h5cc h5debug h5createU8 h5redeploy h5repart @PDB2HDF@
|
||||
PROGS=$(PUB_PROGS) $(TEST_PROGS)
|
||||
## h5cc is generated by configure. Remove it only when distclean.
|
||||
BUILD_PROGS=h5debug h5createU8 h5redeploy h5repart @PDB2HDF@
|
||||
PUB_PROGS=h5cc $(BUILD_PROGS)
|
||||
PROGS=$(BUILD_PROGS) $(TEST_PROGS)
|
||||
DISTCLEAN=h5cc
|
||||
|
||||
## Source and object files for the library; do not install
|
||||
##
|
||||
|
Loading…
x
Reference in New Issue
Block a user