diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-05-22 20:36:16 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-05-22 20:36:16 +0000 |
commit | 8f13e3202e16a94c1b32787055f250c15c91bc59 (patch) | |
tree | 6b2ea5b466755375c0d67243421f24b183eaa225 /intl/Makefile | |
parent | 90b828e6ad6cbf4a1ac63b51b0910a9cc159b7cd (diff) | |
download | glibc-8f13e3202e16a94c1b32787055f250c15c91bc59.zip glibc-8f13e3202e16a94c1b32787055f250c15c91bc59.tar.gz glibc-8f13e3202e16a94c1b32787055f250c15c91bc59.tar.bz2 |
Add a few more dependencies to avoid races in the test shell scripts.
Diffstat (limited to 'intl/Makefile')
-rw-r--r-- | intl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/intl/Makefile b/intl/Makefile index b770d38..df77eb0 100644 --- a/intl/Makefile +++ b/intl/Makefile @@ -25,8 +25,9 @@ routines = bindtextdom dcgettext dgettext gettext \ finddomain loadmsgcat localealias textdomain \ l10nflist explodename plural distribute = gettext.h gettextP.h hash-string.h loadinfo.h locale.alias \ - plural.y po2test.sed tst-gettext.sh tst-translit.sh tst-codeset.sh \ - translit.po tst-gettext2.sh tstlang1.po tstlang2.po tstcodeset.po + plural.y po2test.sed tst-gettext.sh tst-translit.sh \ + translit.po tst-gettext2.sh tstlang1.po tstlang2.po tstcodeset.po\ + tst-codeset.sh test-srcs := tst-gettext tst-translit tst-gettext2 tst-codeset tests = tst-ngettext @@ -84,6 +85,8 @@ CFLAGS-tst-translit.c = -DOBJPFX=\"$(objpfx)\" CFLAGS-tst-codeset.c = -DOBJPFX=\"$(objpfx)\" $(objpfx)tst-translit.out: $(objpfx)tst-gettext.out +$(objpfx)tst-gettext2.out: $(objpfx)tst-gettext.out +$(objpfx)tst-codeset.out: $(objpfx)tst-gettext.out CPPFLAGS += -D'LOCALEDIR="$(msgcatdir)"' \ -D'LOCALE_ALIAS_PATH="$(msgcatdir)"' |