From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0sNj-0007dF-Hp for qemu-devel@nongnu.org; Mon, 23 Nov 2015 09:46:16 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a0sNg-0001lO-9l for qemu-devel@nongnu.org; Mon, 23 Nov 2015 09:46:15 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41032) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a0sNg-0001lI-40 for qemu-devel@nongnu.org; Mon, 23 Nov 2015 09:46:12 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 5E02F2650 for ; Mon, 23 Nov 2015 14:46:11 +0000 (UTC) References: <1448282346-11626-1-git-send-email-kwolf@redhat.com> <1448282346-11626-2-git-send-email-kwolf@redhat.com> From: Paolo Bonzini Message-ID: <565326AF.2080605@redhat.com> Date: Mon, 23 Nov 2015 15:46:07 +0100 MIME-Version: 1.0 In-Reply-To: <1448282346-11626-2-git-send-email-kwolf@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] tests/Makefile: Add more dependencies for test-timed-average List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf , qemu-devel@nongnu.org Cc: famz@redhat.com, stefanha@redhat.com On 23/11/2015 13:39, Kevin Wolf wrote: > tests/test-timed-average$(EXESUF): tests/test-timed-average.o qemu-timer.o \ > libqemuutil.a stubs/clock-warp.o stubs/cpu-get-icount.o \ > - stubs/notify-event.o stubs/replay.o > + stubs/notify-event.o stubs/replay.o stubs/mon-is-qmp.o stubs/fd-register.o \ > + stubs/mon-printf.o > Why not just add libqemustub.a? (If it works, do not even bother reposting). Paolo