diff options
author | Adam Stokes <adam.stokes@canonical.com> | 2012-02-21 01:39:47 +0000 |
---|---|---|
committer | Adam Stokes <adam.stokes@canonical.com> | 2012-02-21 01:39:47 +0000 |
commit | b2e3b5a9cb354fff0859591e646f8fac7c41d11c (patch) | |
tree | e9b667f97eb028b7296e69a33f84a6b554156e50 /Makefile | |
parent | 6c21132ceb2a1a5d879b48efcefbf163767e94ec (diff) | |
download | sos-b2e3b5a9cb354fff0859591e646f8fac7c41d11c.tar.gz |
Makefile: Make sure to remove gzipped sos.conf during clean
Signed-off-by: Adam Stokes <adam.stokes@canonical.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |