From 265cb20baa6225abe617fd1d5ebce75405494162 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 9 Jun 2003 18:52:08 -0500 Subject: [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: --- tools/misc/Makefile.in | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/misc/Makefile.in b/tools/misc/Makefile.in index 82a15c7..dad2de9 100644 --- a/tools/misc/Makefile.in +++ b/tools/misc/Makefile.in @@ -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 ## -- cgit v0.12