[PATCH 5/6] kexec-tools: Add rpm spec file to the dist-clean target

Ameya Palande 2ameya at gmail.com
Thu Mar 18 16:03:23 EDT 2010


This patch adds rpm spec file to the "make dist-clean" target and also removes
a wrong comment.

Signed-off-by: Ameya Palande <ameya.palande at nokia.com>
---
 Makefile.in |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/Makefile.in b/Makefile.in
index 3532457..256f4de 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -126,7 +126,6 @@ all: $(TARGETS)
 # collect objects to be removed in 'make clean'
 clean =
 
-# collect objects to be removed in 'make clean'
 dist =	AUTHORS COPYING INSTALL News TODO Makefile.in configure.ac configure \
 	kexec-tools.spec.in config/
 
@@ -235,7 +234,7 @@ distclean: dist-clean
 
 dist-clean: clean
 	$(RM) -f config.log config.status config.cache Makefile include/config.h
-	$(RM) -f include/config.h.in configure
+	$(RM) -f include/config.h.in configure $(SPEC)
 	$(RM) -rf autom4te.cache
 
 install: $(TARGETS)
-- 
1.6.3.3




More information about the kexec mailing list