diff options
author | Juan Quintela <quintela@redhat.com> | 2009-08-03 14:46:17 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-10 13:05:38 -0500 |
commit | 07ffa4bde62fd990783c692df523b938c9eeebbf (patch) | |
tree | 3cd2544c2594be8e69c1c433a02ec2457cfec136 /Makefile | |
parent | PTHREADLIBS was used for all binaries (diff) | |
download | qemu-kvm-07ffa4bde62fd990783c692df523b938c9eeebbf.tar.gz qemu-kvm-07ffa4bde62fd990783c692df523b938c9eeebbf.tar.bz2 qemu-kvm-07ffa4bde62fd990783c692df523b938c9eeebbf.zip |
CLOCKLIBS 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 | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ else DOCS= endif -LIBS+=$(CLOCKLIBS) - ifdef CONFIG_SOLARIS LIBS+=-lsocket -lnsl -lresolv endif |