diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 07:37:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-07 07:37:31 +0000 |
commit | dabb1db4d1efee735ac5b402f78e6cbf81097dbe (patch) | |
tree | b6f9e53f73c625d7a3c80e05cf164c88400b55f3 /libio | |
parent | b41486e9c95dacc347871338f4006355f83f4cff (diff) | |
download | glibc-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 'libio')
-rw-r--r-- | libio/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libio/Makefile b/libio/Makefile index c8e047649c..e6a9bb7ac2 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995,96,97,98,99,2000 Free Software Foundation, Inc. +# Copyright (C) 1995,96,97,98,99,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 @@ -50,7 +50,6 @@ routines := \ tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ tst_wprintf2 tst-widetext test-fmemopen test-srcs = test-freopen -distribute = test-freopen.sh all: # Make this the default target; it will be defined in Rules. @@ -94,7 +93,7 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops \ oldiofgetpos oldiofgetpos64 oldiofsetpos \ oldiofsetpos64 -distribute := iolibio.h libioP.h strfile.h Banner +distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh include ../Rules |