about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-05-05 19:14:13 +0000
committerRoland McGrath <roland@gnu.org>2003-05-05 19:14:13 +0000
commit955a703918bc305067199c2384ad151b35ba4d9f (patch)
tree6641bab140de56782d817ef2c53fc7e02718c2bd
parent7f3a54bdf9bcfbb0a101889058e8a30ac297d1f0 (diff)
downloadglibc-955a703918bc305067199c2384ad151b35ba4d9f.tar.gz
glibc-955a703918bc305067199c2384ad151b35ba4d9f.tar.xz
glibc-955a703918bc305067199c2384ad151b35ba4d9f.zip
* Makerules (common-before-compile): New variable.
	($(common-objpfx)%.make): Depend on that instead of $(before-compile).
	($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.  Move this rule
	to after all setting of before-compile.

	* sunrpc/Makefile (generated-dirs): New variable.
	* resolv/Makefile (generated): New variable.
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bfc4ae0ca..13148113c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-05  Roland McGrath  <roland@redhat.com>
+
+	* Makerules (common-before-compile): New variable.
+	($(common-objpfx)%.make): Depend on that instead of $(before-compile).
+	($(common-objpfx)%.h $(common-objpfx)%.h.d): Likewise.  Move this rule
+	to after all setting of before-compile.
+
 2003-05-05  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_val_8_acq,
@@ -33,9 +40,8 @@
 	* sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_semtimedop):
 	Define if not defined.
 
-	* sunrpc/Makefile (generated-dirs): New.
-
-	* resolv/Makefile (generate): New.
+	* sunrpc/Makefile (generated-dirs): New variable.
+	* resolv/Makefile (generated): New variable.
 
 2003-05-04  Roland McGrath  <roland@redhat.com>