bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Makefile.in: Fix out-of-tree build


From: Jessica Clarke
Subject: [PATCH] Makefile.in: Fix out-of-tree build
Date: Sat, 27 Jun 2020 21:10:02 +0100

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]