Commit 727374d935fe37b9e7ad264f2d4bb107ce0cfbf6

Authored by Juan Quintela
Committed by Anthony Liguori
1 parent 4c050b3f

Remove duplicated definition

Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Showing 1 changed file with 0 additions and 2 deletions
Makefile.target
... ... @@ -687,8 +687,6 @@ ifdef CONFIG_SLIRP
687 687 CPPFLAGS+=-I$(SRC_PATH)/slirp
688 688 endif
689 689  
690   -LIBS+=$(PTHREADLIBS)
691   -LIBS+=$(CLOCKLIBS)
692 690 # specific flags are needed for non soft mmu emulator
693 691 ifdef CONFIG_STATIC
694 692 LDFLAGS+=-static
... ...