diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-11-03 01:24:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-11-03 01:24:42 +0000 |
commit | 8bc6161d5066bfa2f38010e978f09a4b9c0956f8 (patch) | |
tree | 89732f7a5f70b0a60aceefa0cc24f4f3facbc1e4 /elf/Makefile | |
parent | bb376d33b5843880f7a0ad91e9e6a54337beaa20 (diff) | |
download | glibc-8bc6161d5066bfa2f38010e978f09a4b9c0956f8.zip glibc-8bc6161d5066bfa2f38010e978f09a4b9c0956f8.tar.gz glibc-8bc6161d5066bfa2f38010e978f09a4b9c0956f8.tar.bz2 |
Update.glibc-2.1.97cvs/glibc-2_1_97
* iconvdata/Makefile (distribute): Add viscii.c.
* elf/Makefile (distribute): Add tst-pathopt.sh.
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 6d7100e..cb8777b 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -53,7 +53,7 @@ distribute := $(rtld-routines:=.c) dynamic-link.h do-rel.h dl-machine.h \ nodlopenmod.c nodelete.c nodelmod1.c nodelmod2.c \ nodelmod3.c nodelmod4.c nodlopen.c dl-osinfo.h \ reldepmod1.c reldepmod2.c reldepmod3.c reldepmod4.c \ - nextmod1.c nextmod2.c pathoptobj.c \ + nextmod1.c nextmod2.c pathoptobj.c tst-pathopt.sh \ neededobj1.c neededobj2.c neededobj3.c neededobj4.c \ unload2mod.c unload2dep.c ltglobmod1.c ltglobmod2.c |