diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 19:13:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-02-01 19:13:09 +0000 |
commit | 635f35fcf4974d1363dbb57524102e23f8157036 (patch) | |
tree | abe5802a4343f3bd4e1ad87d0d6e7d18f09e3bec /elf/Makefile | |
parent | 27ef89fbdcd8b97864a94d6a10b6df9207631366 (diff) | |
download | glibc-635f35fcf4974d1363dbb57524102e23f8157036.tar glibc-635f35fcf4974d1363dbb57524102e23f8157036.tar.gz glibc-635f35fcf4974d1363dbb57524102e23f8157036.tar.bz2 glibc-635f35fcf4974d1363dbb57524102e23f8157036.zip |
Update.
2002-02-01 Ulrich Drepper <drepper@redhat.com>
* elf/Makefile (distribute): Add dl-procinfo.c.
* sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
* sysdeps/unix/sysv/linux/arm/Dist: Likewise.
Diffstat (limited to 'elf/Makefile')
-rw-r--r-- | elf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index bdfb06459d..05f5c5aeb1 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -66,7 +66,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ reldep6mod4.c reldep6mod3.c reldep6mod2.c reldep6mod1.c \ reldep6mod0.c \ unwind-dw2.c unwind-dw2-fde.c unwind.h unwind-pe.h \ - unwind-dw2-fde.h dwarf2.h + unwind-dw2-fde.h dwarf2.h dl-procinfo.c include ../Makeconfig |