diff options
author | Roland McGrath <roland@gnu.org> | 1995-04-14 03:52:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-04-14 03:52:54 +0000 |
commit | e215c4786cff3ecc7961a60f5f79bed50f0fe8c1 (patch) | |
tree | fbf34cefb203f9aad43128e555c89ef700c6ea80 /Makefile | |
parent | 335aa3209b5d597a93733a7313e629e202731078 (diff) | |
download | glibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.tar glibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.tar.gz glibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.tar.bz2 glibc-e215c4786cff3ecc7961a60f5f79bed50f0fe8c1.zip |
* Makefile (distribute): Add ChangeLog.[0-9].
* configure.in: Add check for .set directive.
* config.h.in: Add #undef HAVE_ASM_SET_DIRECTIVE.
* Makerules [! subdir] (O%-lib): Don't prepend ../.
* sysdeps/generic/expm1.c: #undef expm1 before weak_alias.
See ChangeLog.4 for earlier changes.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -215,12 +215,13 @@ parent_echo-distinfo: # Make the distribution tarfile. -distribute := README INSTALL NOTES COPYING.LIB COPYING ChangeLog NEWS \ +distribute := README INSTALL NOTES COPYING.LIB COPYING NEWS \ + ChangeLog ChangeLog.[0-9] \ Makefile Makeconfig Makerules Rules Make-dist MakeTAGS \ extra-lib.mk o-iterator.mk \ ansidecl.h mkinstalldirs move-if-change install-sh \ configure configure.in aclocal.m4 config.sub config.guess\ - config.make.in config-name.in Makefile.in \ + config.make.in config-name.in Makefile.in \ munch-tmpl.c munch.awk sysdep.h set-hooks.h libc-symbols.h distribute := $(strip $(distribute)) |