summaryrefslogtreecommitdiff
path: root/builtins
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2020-12-19 14:27:08 -0500
committerChet Ramey <chet.ramey@case.edu>2020-12-19 14:27:08 -0500
commitf1e1163b3ef665dc26f26e0403c58153a65ee521 (patch)
treed46b0e4cb05f4aef9bf2db310f27f49af4e5136b /builtins
parentcbe03398db1de3a93db77d910b66470f8e3b0239 (diff)
downloadbash-f1e1163b3ef665dc26f26e0403c58153a65ee521.tar.gz
Bash-5.1 patch 1: add dependency to Makefile to fix highly parallel builds
Diffstat (limited to 'builtins')
-rw-r--r--builtins/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/Makefile.in b/builtins/Makefile.in
index 3f44f05e..b349e93c 100644
--- a/builtins/Makefile.in
+++ b/builtins/Makefile.in
@@ -361,7 +361,7 @@ evalstring.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
evalstring.o: $(topdir)/externs.h $(topdir)/jobs.h $(topdir)/builtins.h
evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
-evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h
+evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h ./builtext.h
#evalstring.o: $(topdir)/y.tab.h
getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
getopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(topdir)/command.h