From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:34419) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SoyqE-00016y-GW for qemu-devel@nongnu.org; Wed, 11 Jul 2012 11:28:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Soyq8-00015s-68 for qemu-devel@nongnu.org; Wed, 11 Jul 2012 11:28:38 -0400 Received: from mx1.redhat.com ([209.132.183.28]:26776) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Soyq7-00015a-Ue for qemu-devel@nongnu.org; Wed, 11 Jul 2012 11:28:32 -0400 Message-ID: <4FFD9B9A.4060305@redhat.com> Date: Wed, 11 Jul 2012 17:28:26 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1342017621-12650-1-git-send-email-pbonzini@redhat.com> <1342017621-12650-2-git-send-email-pbonzini@redhat.com> <20120711152546.GA2941@illuin> In-Reply-To: <20120711152546.GA2941@illuin> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 1/2] build: include qapi-generated/ files in qga/Makefile.objs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Roth Cc: jan.kiszka@siemens.com, aliguori@us.ibm.com, qemu-devel@nongnu.org, avi@redhat.com Il 11/07/2012 17:25, Michael Roth ha scritto: > > No reason to leave them out, and it will ensure that the dependencies > > are picked up. Later we can perhaps move the files to another > > directory to avoid ../ usage. > > Couldn't we accomplish that by just adding the dependencies to qga-obj-y in > the top-level Makefile.objs instead? Yes, but I believe that the better place for these files is qga/qapi-generated/, so I'm preparing for that. :) Paolo