about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-05-13 20:18:37 +0000
committerRoland McGrath <roland@gnu.org>1996-05-13 20:18:37 +0000
commit45086082a06454cd1a2d1b91390a04a726b3ac28 (patch)
treebca301220a6cea3381442f874322bdf827d2dcd1 /ChangeLog
parentd929664ab5b621e8990d797769e4233a5caf3791 (diff)
downloadglibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.gz
glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.xz
glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.zip
* time/Makefile (zonenames): Target removed.
	(extra-objs): Remove it from here.
	Include the z.* files directly instead of including zonenames; use
	`-include' to not complain befre they exist.

	* sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
	$(common-objpfx) instead of $(objpfx).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 55da158f10..76cfb53e11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 Mon May 13 12:03:03 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* time/Makefile (zonenames): Target removed.
+	(extra-objs): Remove it from here.
+	Include the z.* files directly instead of including zonenames; use
+	`-include' to not complain befre they exist.
+
+	* sysdeps/unix/Makefile: Find sysd-syscalls and s-proto.d with
+	$(common-objpfx) instead of $(objpfx).
+
 	* Makerules [install-lib-non.a]: Find these things with $(objpfx)
 	instead of $(common-objpfx).