diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2011-01-16 21:32:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-16 21:32:07 -0500 |
commit | 1f20b93a6c695ba97a6a334f91b9369185e4e859 (patch) | |
tree | bee81ff68f9e48f7c3dd48a746a1bdab55ff1813 /nptl/Makefile | |
parent | 77e8bddff3fe1395d73515edfbfaa4441f8aa1cb (diff) | |
download | glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.gz glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.bz2 glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.zip |
Fix missing dependencies and ensure correct CPPFLAGS.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 51b6ae51d7..266f178aa9 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -300,7 +300,7 @@ modules-names = tst-atfork2mod tst-tls3mod tst-tls4moda tst-tls4modb \ tst-tls5modd tst-tls5mode tst-tls5modf \ tst-_res1mod1 tst-_res1mod2 tst-execstack-mod tst-fini1mod extra-test-objs += $(addsuffix .os,$(strip $(modules-names))) tst-cleanup4aux.o -test-extras += $(modules-names) +test-extras += $(modules-names) tst-cleanup4aux test-modules = $(addprefix $(objpfx),$(addsuffix .so,$(modules-names))) tst-atfork2mod.so-no-z-defs = yes |