diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-12-20 05:10:41 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2020-12-20 05:10:41 +0800 |
commit | 890b1d38118c8f9c143b498c0f8b67578ca41045 (patch) | |
tree | cdef85fd680dcfbf0f43ee5d20582b1ec0421819 /shells/bash/files | |
parent | 56b51cbe583a8e4eeec4c64de3071e1bac07f254 (diff) | |
download | freebsd-ports-gnome-890b1d38118c8f9c143b498c0f8b67578ca41045.tar.gz freebsd-ports-gnome-890b1d38118c8f9c143b498c0f8b67578ca41045.tar.zst freebsd-ports-gnome-890b1d38118c8f9c143b498c0f8b67578ca41045.zip |
Update to 5.1.4
Diffstat (limited to 'shells/bash/files')
-rw-r--r-- | shells/bash/files/patch-Makefile.in | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/shells/bash/files/patch-Makefile.in b/shells/bash/files/patch-Makefile.in index 2eae4f4c910f..9cae991db7d5 100644 --- a/shells/bash/files/patch-Makefile.in +++ b/shells/bash/files/patch-Makefile.in @@ -1,15 +1,6 @@ ---- Makefile.in.orig 2020-12-04 14:51:19 UTC +--- Makefile.in.orig 2020-12-19 20:55:00 UTC +++ Makefile.in -@@ -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 +@@ -824,7 +824,9 @@ install: .made installdirs infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) -( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) |