From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36565) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAFUS-0007IU-EB for qemu-devel@nongnu.org; Tue, 07 Jun 2016 07:48:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bAFUO-0003cn-8y for qemu-devel@nongnu.org; Tue, 07 Jun 2016 07:48:11 -0400 Received: from mail-wm0-x22e.google.com ([2a00:1450:400c:c09::22e]:34970) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bAFUO-0003cd-1r for qemu-devel@nongnu.org; Tue, 07 Jun 2016 07:48:08 -0400 Received: by mail-wm0-x22e.google.com with SMTP id v199so15522838wmv.0 for ; Tue, 07 Jun 2016 04:48:07 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 7 Jun 2016 13:48:00 +0200 Message-Id: <1465300083-72463-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 0/3] Makefile: add dependencies on scripts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org There are already many cases of generated files that depend on the scripts that generate them. Complete it whenever it's missing, to avoid wrecking the build upon changes to the scripts. Paolo Paolo Bonzini (3): Makefile: add dependency on scripts/create_config Makefile: add dependency on scripts/make_device_config.sh Makefile: add dependency on scripts/hxtool Makefile | 18 +++++++++--------- Makefile.target | 8 ++++---- 2 files changed, 13 insertions(+), 13 deletions(-) -- 1.8.3.1