From aaadc59ce11b8968f272d15c0590155e55acdf57 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 22 Sep 2004 21:49:45 +0000 Subject: [PATCH] Fix typo. --- fedora/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora/Makefile b/fedora/Makefile index ba66904f562..9e9165d9da3 100644 --- a/fedora/Makefile +++ b/fedora/Makefile @@ -70,7 +70,7 @@ $(tar-name)-$(snapshot-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \ awk -v OLDVER=$(tar-name)-$(snapshot-name) \ -v NEWVER=$(tar-name)-$(snapshot-name)-$(glibc-branch) \ -f $< > patch.tmp - mv -f patch.tmp + mv -f patch.tmp $@ # makepatch.awk omits these files from the patch; we put them in a tar file. outside-patch = redhat c_stubs rtkaio glibc-compat \ -- 2.47.2