summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan Quintela <quintela@redhat.com>2009-07-16 17:57:02 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-07-16 17:28:54 -0500
commit727374d935fe37b9e7ad264f2d4bb107ce0cfbf6 (patch)
treefa5662300651d524f30baf14203056b24f9149b5
parent4c050b3fab700c52a8f3de8ae77c8ece0c621323 (diff)
downloadqemu-727374d935fe37b9e7ad264f2d4bb107ce0cfbf6.tar.gz
Remove duplicated definition
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--Makefile.target2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target
index a4cb506e59..ca11c758e8 100644
--- a/Makefile.target
+++ b/Makefile.target
@@ -687,8 +687,6 @@ ifdef CONFIG_SLIRP
CPPFLAGS+=-I$(SRC_PATH)/slirp
endif
-LIBS+=$(PTHREADLIBS)
-LIBS+=$(CLOCKLIBS)
# specific flags are needed for non soft mmu emulator
ifdef CONFIG_STATIC
LDFLAGS+=-static