diff options
author | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-06-05 23:25:04 +0000 |
commit | dfe1754a556c167df741843ef0114f5325717a7c (patch) | |
tree | 90bcf729e52edc7666cd58886fa6dbafc585d6f7 /Makerules | |
parent | 92702b91978866324b422e24b058c52ab63c82d7 (diff) | |
download | glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.gz glibc-dfe1754a556c167df741843ef0114f5325717a7c.tar.xz glibc-dfe1754a556c167df741843ef0114f5325717a7c.zip |
* time/tzfile.h, time/private.h, time/zdump.c, time/zic.c,
time/africa, time/asia, time/australasia, time/europe, time/northamerica, time/southamerica: Updated from ADO 96h. * Make-dist (all-headers): Filter $(sysdep_headers) out of $(headers). (try-sysdeps, +sysdep-names): Check sysdeps/libm-ieee754 too. * Makerules (distinfo-vars): Add sysdep_headers. * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to this instead of $(headers). * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise. * Make-dist [subdirs-dirs]: Don't prefix $(subdir-dirs) with $(subdir); we are already there. * sysdeps/unix/sysv/sysv4/solaris2/sparc/Dist: Removed.
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makerules b/Makerules index e2878e17e5..d770957bf2 100644 --- a/Makerules +++ b/Makerules @@ -794,8 +794,8 @@ distinfo: Makefile $(..)Makerules define distinfo-vars rm -f $@.new $(foreach var,subdir subdir-dirs sources elided-routines sysdep_routines \ - headers distribute dont_distribute generated others tests \ - extra-libs $(extra-libs:%=%-routines), + headers sysdep_headers distribute dont_distribute generated \ + others tests extra-libs $(extra-libs:%=%-routines), echo >> $@.new '$(var) := $($(var))') echo >> $@.new 'sources += $$(addsuffix .c,$$(elided-routines))' endef |