diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-08-21 21:06:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-08-21 21:06:35 +0000 |
commit | 376e973ad66993e7b5dbdfd173c399e1af3a1add (patch) | |
tree | edeb21a811ba32810733e3970fbe8676a0a854b5 /stdlib/Makefile | |
parent | 240c62a7e726fb8d78c1c4797d20b358d8aa1210 (diff) | |
download | glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar.gz glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.tar.bz2 glibc-376e973ad66993e7b5dbdfd173c399e1af3a1add.zip |
[BZ #3018]
2006-07-30 Joseph S. Myers <joseph@codesourcery.com>
[BZ #3018]
* Makerules (depfiles): Handle extra-test-objs the same as
extra-objs.
(common-mostlyclean): Likewise.
* dlfcn/Makefile (extra-objs): Add modules to extra-test-objs
instead.
* elf/Makefile (extra-objs): Likewise.
* stdlib/Makefile (extra-objs): Likewise.
Diffstat (limited to 'stdlib/Makefile')
-rw-r--r-- | stdlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Makefile b/stdlib/Makefile index c857eac744..e632d3523b 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -86,7 +86,7 @@ aux += fpioconst mp_clz_tab distribute := $(distribute) $(mpn-headers) fpioconst.h tst-putenvmod.c tests-extras += tst-putenvmod -extra-objs += tst-putenvmod.os +extra-test-objs += tst-putenvmod.os generated += isomac isomac.out tst-putenvmod.so |