diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 18:51:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-10-14 18:51:58 +0000 |
commit | f9126cc23e355dcad375942312e7068b44740d6c (patch) | |
tree | 7f1dbbd4bf30ba0b4f8294bb51a8e909041a37ab /nptl/Makefile | |
parent | 43f1b09e83cdedc1145d1fa65a17fb853bd17174 (diff) | |
download | glibc-f9126cc23e355dcad375942312e7068b44740d6c.zip glibc-f9126cc23e355dcad375942312e7068b44740d6c.tar.gz glibc-f9126cc23e355dcad375942312e7068b44740d6c.tar.bz2 |
[BZ #982]
* locales/ml_IN: Fix title.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index e7cbbcb..e3c16dd 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -205,7 +205,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 tst-sem6 tst-sem7 \ tst-sem8 tst-sem9 \ tst-barrier1 tst-barrier2 tst-barrier3 tst-barrier4 \ - tst-align tst-align2 \ + tst-align tst-align2 tst-align3 \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-raise1 \ @@ -412,6 +412,7 @@ CFLAGS-tst-cleanupx4.c += -fexceptions CFLAGS-tst-oncex3.c += -fexceptions CFLAGS-tst-oncex4.c += -fexceptions CFLAGS-tst-align.c += $(stack-align-test-flags) +CFLAGS-tst-align3.c += $(stack-align-test-flags) CFLAGS-tst-initializers1.c += -W -Wall -Werror tst-cancel7-ARGS = --command "$(built-program-cmd)" |