diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-11-06 09:48:05 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-11-06 09:48:05 +0000 |
commit | c685b2b0b4e86f488ead098816292684362e55f7 (patch) | |
tree | 11fb207b58dc7ca4173d77490c394b073b9d7881 /nptl/Makefile | |
parent | 44e941492d0dcefa98e0b7686ecfba3f39ded173 (diff) | |
download | glibc-c685b2b0b4e86f488ead098816292684362e55f7.tar.gz glibc-c685b2b0b4e86f488ead098816292684362e55f7.tar.xz glibc-c685b2b0b4e86f488ead098816292684362e55f7.zip |
Update.
2003-11-06 Ulrich Drepper <drepper@redhat.com> * Makefile: Add magic to clean up correctly.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 8c519ff1e6..f3ba929c31 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -262,7 +262,7 @@ modules-names = tst-atfork2mod tst-tls3mod tst-tls4moda tst-tls4modb \ tst-tls5mod tst-tls5moda tst-tls5modb tst-tls5modc \ tst-tls5modd tst-tls5mode tst-tls5modf \ tst-_res1mod1 tst-_res1mod2 tst-execstack-mod -extra-objs += $(addsuffix .os,$(strip $(modules-names))) +extra-objs += $(addsuffix .os,$(strip $(modules-names))) tst-cleanup4aux.o test-extras += $(modules-names) test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) @@ -521,7 +521,9 @@ $(objpfx)$(multidir)/crtn.o: $(objpfx)crtn.o $(objpfx)$(multidir)/ ln -f $< $@ endif -generated += crti.S crtn.S defs.h pt-initfini.s +generated += crti.S crtn.S defs.h pt-initfini.s libpthread_nonshared.a \ + multidir.mk tst-atfork2.mtrace tst-cancel-wrappers.out \ + tst-tls6.out generated += $(objpfx)tst-atfork2.mtrace \ $(addsuffix .so,$(strip $(modules-names))) |