summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2010-04-06 09:54:11 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2010-04-06 09:54:11 +0000
commite83968fa286bec0972a810271053dd5a08ba2a0b (patch)
tree85f4f2f15d21d64c42d7a76a904f4986f7ec2c0b /Makefile.in
parent6a27e819d751ccfbc01350d60f1daeaac9f0918d (diff)
downloadlvm2-e83968fa286bec0972a810271053dd5a08ba2a0b.tar.gz
lvm2-e83968fa286bec0972a810271053dd5a08ba2a0b.tar.xz
lvm2-e83968fa286bec0972a810271053dd5a08ba2a0b.zip
Distcleanup config files only in toplevel directory.
Do not execute 'rm -r' with empty $(DISTCLEAN_DIRS). lvm-version.h is already cleaned with subtarget distcleaning. Always distcleanup lcov_reports*.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index f8688313..e0158cb9 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -37,8 +37,9 @@ ifeq ($(MAKECMDGOALS),distclean)
SUBDIRS = doc include man scripts \
lib tools daemons libdm \
udev po liblvm test/api test
- DISTCLEAN_DIRS += lcov_reports*
endif
+DISTCLEAN_DIRS += lcov_reports*
+DISTCLEAN_TARGETS += config.cache config.log config.status make.tmpl
include make.tmpl