diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-08-27 16:23:40 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-08-27 16:23:40 +0000 |
commit | 823719149cbda0bf38e2868fc4f80fb7137b9374 (patch) | |
tree | 8e2fe525a85d99a64452fe99d299e8e77d964cea /Makefile | |
parent | f6e2ae779e1706fde7aa71529285dada36913de1 (diff) | |
download | glibc-823719149cbda0bf38e2868fc4f80fb7137b9374.tar.gz glibc-823719149cbda0bf38e2868fc4f80fb7137b9374.tar.xz glibc-823719149cbda0bf38e2868fc4f80fb7137b9374.zip |
Fix typo in stdio_lim.h installation rule.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile index 5cd5460f9f..1c40af0506 100644 --- a/Makefile +++ b/Makefile @@ -258,6 +258,7 @@ distribute := README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS \ test-skeleton.c include/des.h include/libc-internal.h \ include/shlib-compat.h include/pthread.h Versions.def \ cppflags-iterator.mk INTERFACE CONFORMANCE NAMESPACE \ + LICENSES \ $(addprefix scripts/, \ rellns-sh config.sub config.guess \ mkinstalldirs move-if-change install-sh \ |