diff options
Diffstat (limited to 'shells/bash/files/patch-Makefile.in')
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in index e21144f8db78..cfd72e4d9bdd 100644 --- a/shells/bash/files/patch-Makefile.in +++ b/shells/bash/files/patch-Makefile.in @@ -1,12 +1,12 @@ ---- Makefile.in.orig 2022-09-27 16:41:33 UTC +--- Makefile.in.orig 2025-07-06 15:36:39 UTC +++ Makefile.in -@@ -846,7 +846,9 @@ install: .made installdirs +@@ -923,7 +923,9 @@ install: .made installdirs infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) - -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) - -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(DEFDIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(PO_DIR) ; $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) +.if !$(STATIC_LD:M-static) - -( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) + -( cd $(LOADABLES_DIR) && $(MAKE) $(BASH_MAKEFLAGS) DESTDIR=$(DESTDIR) $@ ) +.endif install-strip: - $(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ + $(MAKE) $(BASH_MAKEFLAGS) INSTALL_PROGRAM='$(INSTALL_STRIP_PROGRAM)' \ |