Path: csiph.com!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: Jessica Clarke Newsgroups: gnu.bash.bug Subject: [PATCH] Makefile.in: Fix out-of-tree build Date: Sat, 27 Jun 2020 21:10:02 +0100 Lines: 32 Approved: bug-bash@gnu.org Message-ID: References: <20200627201002.38935-1-jrtc27@jrtc27.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Transfer-Encoding: 8bit X-Trace: usenet.stanford.edu 1593295311 7495 209.51.188.17 (27 Jun 2020 22:01:51 GMT) X-Complaints-To: action@cs.stanford.edu Cc: Jessica Clarke To: bug-bash@gnu.org Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jrtc27.com; s=gmail.jrtc27.user; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=x+XaqFFfcMgGzfwF0/iLCUxGRRqhKeUCzHKDVbvggW0=; b=Tjzm2wOElw76dk6zkWY5xzYB3nPmTHkbVwe2LCyQ5/l9IgbjJbvnV5v++mrLoyVpJA h9Dp+WdD9f+qiF1zQhN783bCGHv4BMx6kp2QtoiuDQFLagDT7AskLJ6tyO8Sopz2W0k8 r0+WTEX4ujVCkFMUn7iQGKMlXFL4DfCtcRyTmyrVa9i2JOscX5k6iTmfm2sTa3I3MIJw JaFqcuuF/8sUk7k/ugX71d2M4giWymKe2ITmDNqfj2XsD8c7kA5oJdky7bLrjNQlAM7Y f7ZzXvnMH85FcXYTbm0jccsw65aOV1nPs0mZG3HiDRHy0x4qxOwsJh8/Co81Otj3iJg8 +Bkg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=x+XaqFFfcMgGzfwF0/iLCUxGRRqhKeUCzHKDVbvggW0=; b=rq/Atp1paZhkohm+4kt8ChsshGO6lIGhTIZ45TTaemSdCmURfcZRjh3BNH+ZOm5VKP CW4gfd1P/yytpHh39KTNab602uThar0WE1sNqAflxtKhP/kVMHcTC29Ieb3FU/jD01n9 NcLnq7pNsenu4lzD4q+tqLrZWLbjILnyfw4dPdUMAIi9u47UFm/sIhmU33hBRBtez8ne lU1ctTjaByUxplb+6mOXesBPeLPslkgZRcUDRbRuiQ4k82BMB6/lypVls/CE92j477xq 9Q5hbbxYQHIE6K9aUGKJErHMSDXa4Wfj8Y7MZtakaf1og0jXS0q6siAfSG6qh4755isb ZX8Q== X-Gm-Message-State: AOAM533GdGFqZmfNS9FZemV4QDgYo1qJH2RLuezn1a4kwV0qCTEsgDTn /X45wzabxrrOQHDr65rCam98Hf8AxQ8= X-Google-Smtp-Source: ABdhPJwAoG+qKIuuBSSax07pAWD2shMIEfIILTQGhEhMrIYqIDCe9GF6rXvtru1md7IW4r9ihlyi4A== X-Received: by 2002:a1c:4e08:: with SMTP id g8mr9870676wmh.77.1593288605611; Sat, 27 Jun 2020 13:10:05 -0700 (PDT) X-Mailer: git-send-email 2.20.1 Received-SPF: pass client-ip=2a00:1450:4864:20::341; envelope-from=jrtc27@jrtc27.com; helo=mail-wm1-x341.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Mailman-Approved-At: Sat, 27 Jun 2020 18:01:45 -0400 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20200627201002.38935-1-jrtc27@jrtc27.com> Xref: csiph.com gnu.bash.bug:16465 y.tab.h is present in the source directory, not generated in the build directory. --- Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.in b/Makefile.in index 5fcb44b0..ee471583 100644 --- a/Makefile.in +++ b/Makefile.in @@ -459,7 +459,7 @@ INSTALLED_HEADERS = shell.h bashjmp.h command.h syntax.h general.h error.h \ make_cmd.h subst.h sig.h externs.h builtins.h \ bashtypes.h xmalloc.h config-top.h config-bot.h \ bashintl.h bashansi.h bashjmp.h alias.h hashlib.h \ - conftypes.h unwind_prot.h jobs.h siglist.h + conftypes.h unwind_prot.h jobs.h siglist.h y.tab.h INSTALLED_BUILTINS_HEADERS = bashgetopt.h common.h getopt.h INSTALLED_INCFILES = posixstat.h ansi_stdlib.h filecntl.h posixdir.h \ memalloc.h stdc.h posixjmp.h posixwait.h posixtime.h systimes.h \ @@ -562,7 +562,7 @@ CREATED_MAKEFILES = Makefile builtins/Makefile doc/Makefile \ examples/loadables/Makefile.inc \ examples/loadables/perl/Makefile support/Makefile \ lib/intl/Makefile po/Makefile po/Makefile.in -CREATED_HEADERS = signames.h config.h pathnames.h version.h y.tab.h \ +CREATED_HEADERS = signames.h config.h pathnames.h version.h \ ${DEFDIR}/builtext.h OTHER_DOCS = $(srcdir)/CHANGES $(srcdir)/COMPAT $(srcdir)/NEWS $(srcdir)/POSIX \ -- 2.20.1