[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:
Albert Cheng 2003-06-09 18:52:08 -05:00
parent ec6f9400d0
commit 265cb20baa

View File

@ -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
##