]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(glibc.spec): Typo fix.
authorRoland McGrath <roland@gnu.org>
Wed, 22 Sep 2004 21:39:37 +0000 (21:39 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 22 Sep 2004 21:39:37 +0000 (21:39 +0000)
fedora/Makefile

index ed748245bccf19727f06def975857ec569567cb5..6094945b34168b12d9761c8797d77f9969dc42c5 100644 (file)
@@ -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