From 1a19a35223444a41e48ba03a905d9ae71b471b54 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Sep 2004 01:00:04 +0000 Subject: [PATCH] (tar-name): Fix botch in last change. --- fedora/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fedora/Makefile b/fedora/Makefile index cd2d19bea8..d2529394f6 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -16,8 +16,8 @@ on-branch = $(filter-out HEAD,$(glibc-base)) snapshot-date := $($(glibc-branch)-sync-date) snapshot-name := $(shell date -u -d '$(snapshot-date)' $(snapshot-name-fmt)) -tar-name := glibc-$(subst _,.,$(patsubst glibc-%-branch,%,\ - $(filter-out HEAD,$(glibc-base)))) +tar-name := glibc$(subst _,.,$(patsubst glibc-%-branch,-%,\ + $(filter-out HEAD,$(glibc-base)))) select-snapshot = -r '$($(glibc-branch)-sync-tag)' snapshot-id = $($(glibc-branch)-sync-tag) -- 2.11.4.GIT