On Wednesday 13 August 2008 11:48:02 Yang, Sheng wrote: > From 50a27ca42a565579e78e3545ca097a65a88cbadd Mon Sep 17 00:00:00 > 2001 From: Sheng Yang <[EMAIL PROTECTED]> > Date: Wed, 13 Aug 2008 11:35:17 +0800 > Subject: [PATCH] kvm: qemu: Add missing DEPLIBS in Makefile.target > > Seems this flags is missing during merging long ago... And this > result in updating of libkvm.a didn't affect make process of qemu, > which is very puzzling...
Avi, comments? BTW: Commits 68439f0a742138188176f35bb606c4aa6b702fd3 drop this. -- regards Yang, Sheng > > Signed-off-by: Sheng Yang <[EMAIL PROTECTED]> > --- > qemu/Makefile.target | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/qemu/Makefile.target b/qemu/Makefile.target > index f4df081..c09af57 100644 > --- a/qemu/Makefile.target > +++ b/qemu/Makefile.target > @@ -741,7 +741,7 @@ firmware.o: firmware.c > $(CC) $(HELPER_CFLAGS) $(CPPFLAGS) $(BASE_CFLAGS) -c -o $@ $< > endif > > -$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a > +$(QEMU_PROG): $(OBJS) ../libqemu_common.a libqemu.a $(DEPLIBS) > $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(SDL_LIBS) $(COCOA_LIBS) > $(CURSES_LIBS) $(BRLAPI_LIBS) $(VDE_LIBS) > > endif # !CONFIG_USER_ONLY > -- > 1.5.4.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
