From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46921) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4hDS-0002uR-9S for qemu-devel@nongnu.org; Wed, 18 Oct 2017 01:48:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4hDP-0001mB-7j for qemu-devel@nongnu.org; Wed, 18 Oct 2017 01:48:30 -0400 Received: from mx1.redhat.com ([209.132.183.28]:49054) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e4hDP-0001lc-29 for qemu-devel@nongnu.org; Wed, 18 Oct 2017 01:48:27 -0400 Message-ID: <1508305702.10073.2.camel@redhat.com> From: Gerd Hoffmann Date: Wed, 18 Oct 2017 07:48:22 +0200 In-Reply-To: <20171017153742.10026-10-richard.henderson@linaro.org> References: <20171017153742.10026-1-richard.henderson@linaro.org> <20171017153742.10026-10-richard.henderson@linaro.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v5 9/9] disas: Add capstone as submodule List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson , qemu-devel@nongnu.org Hi, > +if [ "$capstone_internal" =3D "yes" ]; then > +=C2=A0=C2=A0echo "config-host.h: subdir-capstone" >> $config_host_mak > +fi I think this isn't going to work correctly. In case both capstone and dtc are used we need a single line with the dependencies, i.e. config-host.h: subdir-dtc subdir-capstone cheers, Gerd