about summary refs log tree commit diff
path: root/string/Makefile
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@systemhalted.org>2015-10-09 16:35:53 -0400
committerCarlos O'Donell <carlos@systemhalted.org>2015-10-09 16:38:04 -0400
commitfacdd9ea29ab94aac2b188ec3cc41f8733d769e0 (patch)
tree3c6790397f56ec38cce93dc4ed13ce0030e1e0ab /string/Makefile
parent67ac0f74a4a5021f77566fdbe4cda5880eba8ba4 (diff)
downloadglibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.tar.gz
glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.tar.xz
glibc-facdd9ea29ab94aac2b188ec3cc41f8733d769e0.zip
Fix typo in bug-strcoll2 (Bug 18589)
Fix the copyright year and remove contributed by in the
bug-strcoll2 test. In addition add the correct dependency
on $(gen-locales) to ensure all the test locales are generated.
Diffstat (limited to 'string/Makefile')
-rw-r--r--string/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/string/Makefile b/string/Makefile
index 616fdeccdb..ebe9354cc1 100644
--- a/string/Makefile
+++ b/string/Makefile
@@ -85,5 +85,7 @@ $(objpfx)test-strcasecmp.out: $(gen-locales)
 $(objpfx)test-strncasecmp.out: $(gen-locales)
 $(objpfx)tst-strxfrm.out: $(gen-locales)
 $(objpfx)tst-strxfrm2.out: $(gen-locales)
+# bug-strcoll2 needs cs_CZ.UTF-8 and da_DK.ISO-8859-1.
+$(objpfx)bug-strcoll2.out: $(gen-locales)
 
 endif