about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-09-22 21:56:27 +0000
committerRoland McGrath <roland@gnu.org>2004-09-22 21:56:27 +0000
commitc699a3bdd7452ff3e44f894c9c6d4a2bd2cc41e3 (patch)
tree5f4f9f1a304b96de60dcb9dfc0f7299830be4898
parentaaadc59ce11b8968f272d15c0590155e55acdf57 (diff)
downloadglibc-c699a3bdd7452ff3e44f894c9c6d4a2bd2cc41e3.tar.gz
glibc-c699a3bdd7452ff3e44f894c9c6d4a2bd2cc41e3.tar.xz
glibc-c699a3bdd7452ff3e44f894c9c6d4a2bd2cc41e3.zip
(outside-patch): redhat -> fedora
($(tar-name)-$(snapshot-name).tar.bz2): Change deps so we don't force it.
-rw-r--r--fedora/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fedora/Makefile b/fedora/Makefile
index 9e9165d9da..3c5870c422 100644
--- a/fedora/Makefile
+++ b/fedora/Makefile
@@ -73,7 +73,7 @@ $(tar-name)-$(snapshot-name)-$(glibc-branch).patch: makepatch.awk glibc.spec \
 	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 \
+outside-patch = fedora c_stubs rtkaio glibc-compat \
 		localedata/charmaps/GB18030 iconvdata/gb18030.c
 
 $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: FORCE
@@ -84,7 +84,7 @@ $(tar-name)-$(glibc-branch)-$(snapshot-name).tar.bz2: FORCE
 	rm -rf libc
 	mv -f $@.new $@
 
-$(tar-name)-$(snapshot-name).tar.bz2: FORCE
+$(tar-name)-$(snapshot-name).tar.bz2: Makefile branch.mk
 	@rm -rf $(tar-name)-$(snapshot-name)
 	cvs -Q export -d $(tar-name)-$(snapshot-name) $(select-snapshot) libc
 	tar cf - $(tar-name)-$(snapshot-name) | bzip2 -9 > $@.new