From fc2d20e41eec1d3f780dd10a162cc61aa52fdf4c Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Mon, 18 Dec 2006 17:58:29 +0300 Subject: [PATCH] Fix cleaning targets to delete proper files (This used to be ctdb commit 3af84af196e64332fa3ede0689c026b1faa97466) --- ctdb/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/Makefile.in b/ctdb/Makefile.in index 94392b2ca40..096961c26c3 100644 --- a/ctdb/Makefile.in +++ b/ctdb/Makefile.in @@ -63,8 +63,8 @@ clean: distclean: clean rm -f *~ */*~ rm -rf bin - rm -f config.log config.status config.cache include/config.h + rm -f config.log config.status config.cache config.h rm -f Makefile realdistclean: distclean - rm -f configure.in include/config.h.in + rm -f configure config.h.in -- 2.47.3