summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/misc/Makefile.in7
1 files 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
##