summaryrefslogtreecommitdiff
path: root/fedora
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 21:39:37 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 21:39:37 +0000
commit3cd7504450f2d2930ef0ea1c051c31cb47aac5d2 (patch)
treeac077c2186603fa102ee3a5e6c7471241442dac1 /fedora
parent59ae4124b7029b712c0cc513f570be0bf10dcd06 (diff)
(glibc.spec): Typo fix.
Diffstat (limited to 'fedora')
-rw-r--r--fedora/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index ed748245bc..6094945b34 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -50,7 +50,7 @@ commit-merge:
cd ..; cvs -Q commit -m"Updated to $(snapshot-id)"
glibc.spec: glibc.spec.in ../version.h branch.mk
- (echo '%define glibcdate $(snapshot-name);' \
+ (echo '%define glibcdate $(snapshot-name)'; \
sed -n '/VERSION/s/^.*"\([^"]*\)"$/%define glibcversion \1/p' \
../version.h; \
cat $<) > $@.new