diff options
author | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-08-16 19:22:12 +0000 |
---|---|---|
committer | sconklin <sconklin@ef72aa8b-4018-0410-8976-d6e080ef94d8> | 2006-08-16 19:22:12 +0000 |
commit | ae336e387650fbe872ede117dce7cb5078b2f234 (patch) | |
tree | ffd9c17154553ec8277217507c523697a49c8f1a /src/Makefile | |
parent | 647bb5785e39b3132d4924a6f43a163e242ce0e9 (diff) | |
download | sos-ae336e387650fbe872ede117dce7cb5078b2f234.tar.gz |
lint removal
only wait for threads if we're running threaded
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/sos/trunk@42 ef72aa8b-4018-0410-8976-d6e080ef94d8
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 79653d13..b87d7d14 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,6 +41,5 @@ install: version: @echo "The version is $(NAME)-$(VERSION)-$(RELEASE)" - clean: @rm -fv *~ .*~ changenew ChangeLog.old $(NAME)-$(VERSION)-$(RELEASE).tar.bz2 |