summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/Makefile.in b/c++/test/Makefile.in
index f0bc1bd..3be7a91 100644
--- a/c++/test/Makefile.in
+++ b/c++/test/Makefile.in
@@ -38,7 +38,7 @@ TESTHDF5_OBJ=testhdf5.lo tfile.lo th5s.lo
TEST_SCRIPTS=
-DISTCLEAN=$(TEST_PROGS_SRC:.cpp=.lo) $(TEST_PROGS_SRC:.cpp=.o) *.h5
+DISTCLEAN=$(TEST_PROGS_SRC:.cpp=.lo) $(TEST_PROGS_SRC:.cpp=.o)
$(TEST_PROGS): $(LIB) $(LIBHDF5)