mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 03:21:17 +02:00
updated
This commit is contained in:
12
shell/bash/files/patch-Makefile.in
Normal file
12
shell/bash/files/patch-Makefile.in
Normal file
@@ -0,0 +1,12 @@
|
||||
--- Makefile.in.orig 2022-09-27 16:41:33 UTC
|
||||
+++ Makefile.in
|
||||
@@ -846,7 +846,9 @@ install: .made installdirs
|
||||
infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
|
||||
-( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
|
||||
-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
|
||||
+.if !$(STATIC_LD:M-static)
|
||||
-( cd $(LOADABLES_DIR) && $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
|
||||
+.endif
|
||||
|
||||
install-strip:
|
||||
$(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
|
||||
Reference in New Issue
Block a user