aboutsummaryrefslogtreecommitdiff
path: root/shells/bash/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/files/patch-Makefile.in')
-rw-r--r--shells/bash/files/patch-Makefile.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in
index ca7dcf193f02..2eae4f4c910f 100644
--- a/shells/bash/files/patch-Makefile.in
+++ b/shells/bash/files/patch-Makefile.in
@@ -1,6 +1,15 @@
---- Makefile.in.orig 2018-05-25 12:47:09 UTC
+--- Makefile.in.orig 2020-12-04 14:51:19 UTC
+++ Makefile.in
-@@ -824,7 +824,9 @@ install: .made installdirs
+@@ -584,6 +584,8 @@ $(Program): .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDE
+ ls -l $(Program)
+ -$(SIZE) $(Program)
+
++$(CSOURCES): $(DEFDIR)/builtext.h
++
+ .build: $(SOURCES) config.h Makefile version.h $(VERSPROG)
+ @echo
+ @echo " ***********************************************************"
+@@ -831,7 +833,9 @@ install: .made installdirs
infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
-( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )