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 /dlfcn/Makefile | |
parent | b41486e9c95dacc347871338f4006355f83f4cff (diff) | |
download | glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.zip glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.gz glibc-dabb1db4d1efee735ac5b402f78e6cbf81097dbe.tar.bz2 |
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 'dlfcn/Makefile')
-rw-r--r-- | dlfcn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 3898880..1bcce2f 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc. +# Copyright (C) 1995-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 @@ -21,7 +21,7 @@ headers := bits/dlfcn.h dlfcn.h extra-libs := libdl libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr eval distribute := dlopenold.c glreflib1.c glreflib2.c failtestmod.c eval.c \ - defaultmod1.c defaultmod2.c + defaultmod1.c defaultmod2.c errmsg1mod.c extra-libs-others := libdl |