From 65ec1c76a080739d5481c2b9df6ce1edf51d1f00 Mon Sep 17 00:00:00 2001 From: spiralvoice Date: Tue, 25 Oct 2011 17:52:45 +0000 Subject: [PATCH] patch #7644 --- config/Makefile.in | 2 +- distrib/ChangeLog | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config/Makefile.in b/config/Makefile.in index ef4e2433..ca5463c6 100644 --- a/config/Makefile.in +++ b/config/Makefile.in @@ -1702,7 +1702,7 @@ release.utils.static: mld_hash.static $(BT_UTILS_STATIC) mkdir -p $(DISDIR) cp -f mld_hash.static $(DISDIR)/mld_hash && strip $(DISDIR)/mld_hash ifeq ("$(BITTORRENT)", "yes") - for i in "$(BT_UTILS_STATIC)"; do cp -f $$i $(DISDIR)/$$i && strip $(DISDIR)/$$i; done + for i in $(BT_UTILS); do cp -f $$i.static $(DISDIR)/$$i && strip $(DISDIR)/$$i; done endif mv $(DISDIR) $(DISDIR)-$(CURRENT_VERSION) tar cf $(DISDIR).tar $(DISDIR)-$(CURRENT_VERSION) diff --git a/distrib/ChangeLog b/distrib/ChangeLog index 30c73363..0309b4a9 100644 --- a/distrib/ChangeLog +++ b/distrib/ChangeLog @@ -15,6 +15,7 @@ ChangeLog ========= 2011/10/25 +7644: Fix broken target release.utils.static 7642: Update GNU config.guess and config.sub to version 2011/10 7641: DC: fix ownership for downloads by non-admin users (ygrek) 7593: Less allocations (ygrek) -- 2.11.4.GIT