]> git.pld-linux.org Git - packages/bash.git/blame - bash-5.1-parallel_make.patch
- loadables patch still needed; files updated
[packages/bash.git] / bash-5.1-parallel_make.patch
CommitLineData
4579413b
AM
1bashline.c:65:10: fatal error: builtins/builtext.h: No such file or directory
2 65 | #include "builtins/builtext.h" /* for read_builtin */
3 | ^~~~~~~~~~~~~~~~~~~~~
4
5--- bash-5.1/Makefile.in
6+++ bash-5.1/Makefile.in
7@@ -584,6 +584,8 @@
8 ls -l $(Program)
9 -$(SIZE) $(Program)
10
11+$(CSOURCES): $(DEFDIR)/builtext.h
12+
13 .build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
14 @echo
15 @echo " ***********************************************************"
This page took 0.059879 seconds and 4 git commands to generate.