diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 04:13:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-21 04:13:24 +0000 |
commit | 52cea45760128eba0cc6108f3809e52bee553f9f (patch) | |
tree | 743b61263c0ab709ad2a7c827eff019d868afe93 /Makefile | |
parent | 511a00911549751db9254e5d81c1fcc1723db57e (diff) | |
download | glibc-52cea45760128eba0cc6108f3809e52bee553f9f.tar.gz glibc-52cea45760128eba0cc6108f3809e52bee553f9f.tar.xz glibc-52cea45760128eba0cc6108f3809e52bee553f9f.zip |
Update.
* sysdeps/unix/sysv/linux/init-first.c (init): Remove personality call. It should not be necessary andis harmful for Alpha.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 2000f274d7..87eeeb0270 100644 --- a/Makefile +++ b/Makefile @@ -255,7 +255,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 \ + INTERFACE CONFORMANCE NAMESPACE \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ mkinstalldirs move-if-change install-sh \ |