From ec6f9400d0f7de22e49a2b10bd86a5e7449a4e7d Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Mon, 9 Jun 2003 18:51:17 -0500 Subject: [svn-r7009] Purpose: Bug fix Description: libhdf5.settings should be removed in DISTCLEAN, not CLEAN. Solution: Platforms tested: COpper. Misc. update: --- src/Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Makefile.in b/src/Makefile.in index 07b70d9..e336099 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -25,7 +25,9 @@ CPPFLAGS=-I. -I@srcdir@ @CPPFLAGS@ ## This is our main target, but also remove the settings file when cleaning. LIB=libhdf5.la -CLEAN=libhdf5.settings + +## libhdf5.settings is generated during configure. Remove it when distclean. +DISTCLEAN=libhdf5.settings ## Source and object files for the library (lexicographically)... LIB_SRC=H5.c H5A.c H5AC.c H5B.c H5D.c H5Dio.c H5E.c H5F.c H5Fcontig.c \ -- cgit v0.12