Skip to content

Commit

Permalink
Add a few more dependencies to avoid races in the test shell scripts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed May 22, 2001
1 parent 90b828e commit 8f13e32
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions intl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)"'
Expand Down

0 comments on commit 8f13e32

Please sign in to comment.