aboutsummaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@linux-m68k.org>2011-01-16 21:32:07 -0500
committerUlrich Drepper <drepper@gmail.com>2011-01-16 21:32:07 -0500
commit1f20b93a6c695ba97a6a334f91b9369185e4e859 (patch)
treebee81ff68f9e48f7c3dd48a746a1bdab55ff1813 /nptl
parent77e8bddff3fe1395d73515edfbfaa4441f8aa1cb (diff)
downloadglibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.zip
glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.gz
glibc-1f20b93a6c695ba97a6a334f91b9369185e4e859.tar.bz2
Fix missing dependencies and ensure correct CPPFLAGS.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog4
-rw-r--r--nptl/Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index f3a2753..fd961d6 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-16 Andreas Schwab <schwab@linux-m68k.org>
+
+ * Makefile (test-extras): Add tst-cleanup4aux.
+
2011-01-14 Ulrich Drepper <drepper@gmail.com>
[BZ #10563]
diff --git a/nptl/Makefile b/nptl/Makefile
index 51b6ae5..266f178 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