diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:16 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:38 -0500 |
commit | 5572b539261b8821263e82c2285727e1d032ed16 (patch) | |
tree | 3af4c51ff7cb3306b7df9fb05fcd2bceb965107f /Makefile | |
parent | fa5e22cfc02dfed3d79e64e214b57f61ffafd8ea (diff) |
PTHREADLIBS was used for all binaries
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -27,7 +27,6 @@ else DOCS= endif -LIBS+=$(PTHREADLIBS) LIBS+=$(CLOCKLIBS) ifdef CONFIG_SOLARIS |