From 88feddb201c948573cd9b73c8906ff37b2857eed Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 27 Apr 2001 15:37:03 -0500 Subject: [svn-r3866] Purpose: Bug Fix Description: "make distclean" was removing the .h5 file. Solution: Stopped it from doing that. Platforms tested: Linux --- c++/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12