From bb562e0b04af58c98ca63ec84631dc6b24049ffc Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 30 Aug 2007 15:03:29 +0000 Subject: [PATCH] Removed dependency of announce target on the release target. We really don't need for it to depend on any build targets other than the specific files (changes file, boilerplate) that it uses in to create the announcement message. --- releasetools/Targets.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasetools/Targets.mk b/releasetools/Targets.mk index ff207f25b..5d7ebe796 100644 --- a/releasetools/Targets.mk +++ b/releasetools/Targets.mk @@ -228,7 +228,7 @@ install: $(INSTALL_DEPENDS) upload-to-sf-incoming upload-to-project-webspace @echo @echo " http://sourceforge.net/project/admin/editpackages.php?group_id=21935" -announce: $(ANNOUNCE_CHANGES) .announcement-text release +announce: $(ANNOUNCE_CHANGES) .announcement-text $(RELEASE_ANNOUNCE) "$(DISTRO_TITLE)" "$(RELVER)" .announcement-text $< "$(ANNOUNCE_RECIPIENTS)" tag: -- 2.50.1