]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(tar-name): Fix botch in last change.
authorRoland McGrath <roland@gnu.org>
Thu, 23 Sep 2004 01:00:04 +0000 (01:00 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 23 Sep 2004 01:00:04 +0000 (01:00 +0000)
fedora/Makefile

index cd2d19bea83585c6c836a2cb197003e013e9b85b..d2529394f6965d57a3f3f63240a3a10f6218c614 100644 (file)
@@ -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)