From e0a728aada6256a1f269598cccfddc2c4722449b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 12 Jun 2008 09:48:45 +0000 Subject: [PATCH] Makefile.in: correct distclean rule MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * Makefile.in (SUBDIRS): Remove long-unused test/* names. (SUBDIRS) [distclean]: Append "test". Discovered with Zdeněk Kabeláč. --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.in b/Makefile.in index 805e3a9c4..4891e32b5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,6 +1,6 @@ # # Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved. -# Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved. +# Copyright (C) 2004-2008 Red Hat, Inc. All rights reserved. # # This file is part of LVM2. # @@ -36,8 +36,8 @@ ifeq ($(MAKECMDGOALS),distclean) lib/locking \ lib/mirror \ lib/snapshot \ - po \ - test/mm test/device test/format1 test/regex test/filters + test \ + po DISTCLEAN_TARGETS += lib/misc/configure.h endif -- 2.43.5