about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-07 07:37:31 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-07 07:37:31 +0000
commitdabb1db4d1efee735ac5b402f78e6cbf81097dbe (patch)
treeb6f9e53f73c625d7a3c80e05cf164c88400b55f3 /Makefile
parentb41486e9c95dacc347871338f4006355f83f4cff (diff)
downloadglibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.gz
glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.xz
glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.zip
Update.
	* sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S.
	* sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S.
	* dlfcn/Makefile (distribute): Add errmsg1mod.c.
	* Makefile (distribute): Add include/libc-internal.h.
	* libio/Makefile (distribute): Avoid overwriting.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0160bba819..082e41bf64 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1991-1999, 2000, 2001 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -259,7 +259,7 @@ distribute  :=	README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS	\
 		config-name.in Makefile.in sysdep.h set-hooks.h		\
 		libc-symbols.h version.h shlib-versions rpm/Makefile	\
 		rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h	\
-		test-skeleton.c include/des.h		 		\
+		test-skeleton.c include/des.h include/libc-internal.h	\
 		include/shlib-compat.h Versions.def			\
 		INTERFACE CONFORMANCE NAMESPACE				\
 		$(addprefix scripts/,					\