]> git.pld-linux.org Git - packages/bash.git/blob - bash-5.1-parallel_make.patch
- up to 5.1.0
[packages/bash.git] / bash-5.1-parallel_make.patch
1 bashline.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.025202 seconds and 3 git commands to generate.