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.target | |
parent | 5572b539261b8821263e82c2285727e1d032ed16 (diff) |
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.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.target b/Makefile.target index 47343bb5ba..090efb0078 100644 --- a/Makefile.target +++ b/Makefile.target @@ -202,8 +202,6 @@ signal.o: CFLAGS += $(HELPER_CFLAGS) ARLIBS=../libqemu_user.a libqemu.a endif #CONFIG_LINUX_USER -LIBS+= $(CLOCKLIBS) - ######################################################### # Darwin user emulator target |