From b2e3b5a9cb354fff0859591e646f8fac7c41d11c Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Tue, 21 Feb 2012 01:39:47 +0000 Subject: Makefile: Make sure to remove gzipped sos.conf during clean Signed-off-by: Adam Stokes --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bbe6d251..865fe5f8 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ $(NAME)-$(VERSION).tar.gz: clean gpgkey @tar Ccvzf $(RPM_BUILD_DIR) $(RPM_BUILD_DIR)/$(NAME)-$(VERSION).tar.gz $(NAME)-$(VERSION) clean: - @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz sosreport.1.gz + @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION).tar.gz sosreport.1.gz sos.conf.5.gz @rm -rf rpm-build @for i in `find . -iname *.pyc`; do \ rm $$i; \ -- cgit