summaryrefslogtreecommitdiff
path: root/linuxthreads/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-08-30 22:07:28 +0000
committerRoland McGrath <roland@gnu.org>2002-08-30 22:07:28 +0000
commit95ed9d843825518c57cedc32476f5be4b2675b3e (patch)
treed3c69b8e9b860d8f3642a608201b8446d4de0d91 /linuxthreads/Makefile
parent2b71beea82aa55d2e5aa8efa36013e0b6cc0d280 (diff)
* locale/duplocale.c: Include <string.h>.
Diffstat (limited to 'linuxthreads/Makefile')
-rw-r--r--linuxthreads/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/linuxthreads/Makefile b/linuxthreads/Makefile
index ba4327921a..4f94de373e 100644
--- a/linuxthreads/Makefile
+++ b/linuxthreads/Makefile
@@ -65,8 +65,8 @@ tests = ex1 ex2 ex3 ex4 ex5 ex6 ex7 ex8 ex9 $(librt-tests) ex12 ex13 joinrace \
test-srcs = tst-signal
ifeq ($(build-static),yes)
-tests += tststatic
-tests-static += tststatic
+tests += tststatic tst-static-locale
+tests-static += tststatic tst-static-locale
endif
ifeq (yes,$(build-shared))