diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-12-28 21:12:35 +0000 |
commit | e4192acbca0d9c93e1a28e26e2be10a0924239c6 (patch) | |
tree | cc5d5e084b5cb6cd03d6ea6253591676fa4c1312 /Makefile | |
parent | 3a4aae98f0ac1dc03b9d4a39eac08aa0a58b735b (diff) | |
download | glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.gz glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.tar.xz glibc-e4192acbca0d9c93e1a28e26e2be10a0924239c6.zip |
Update.
* Makefile (distribute): Add INTERFACE and CONFORMANCE. * elf/Makefile (distribute): Add hp-timing.h. * sysdeps/i386/i686/Dist: New file.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index ff7f09ddbb..948ad92baa 100644 --- a/Makefile +++ b/Makefile @@ -250,6 +250,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ version.h shlib-versions rpm/Makefile rpm/template \ rpm/rpmrc glibcbug.in abi-tags stub-tag.h \ test-skeleton.c include/des.h Versions.def \ + INTERFACE CONFORMANCE \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ mkinstalldirs move-if-change install-sh \ |