diff options
author | Roland McGrath <roland@gnu.org> | 1996-05-13 20:18:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-05-13 20:18:37 +0000 |
commit | 45086082a06454cd1a2d1b91390a04a726b3ac28 (patch) | |
tree | bca301220a6cea3381442f874322bdf827d2dcd1 /ChangeLog | |
parent | d929664ab5b621e8990d797769e4233a5caf3791 (diff) | |
download | glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.zip glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.gz glibc-45086082a06454cd1a2d1b91390a04a726b3ac28.tar.bz2 |
* 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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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). |