diff options
author | Ameya Palande <2ameya@gmail.com> | 2010-03-18 22:03:23 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2010-03-24 22:28:48 +1100 |
commit | c17b20d49385404851c0f75f0a666813aa8c6f1f (patch) | |
tree | 85569e763ff1c881d5bebae4837a53c27663be31 /Makefile.in | |
parent | 2ee904a2d12bea835285905f55f0914b170d4c1f (diff) |
kexec-tools: Add rpm spec file to the dist-clean target
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@nokia.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | 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) |