diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2013-05-31 18:19:09 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2013-06-09 15:12:32 +0200 |
commit | 57da1b4bd21aceced30f658993fb811a5232cff7 (patch) | |
tree | 59d24dd51b69af65f15906d0a675e5e48f480ae8 /test/libapt | |
parent | 564fcbf93c78deb48fa44a9a63b5602eedfa53a9 (diff) |
stop building l10n if strings are unchanged
The buildsystem tried to build l10n for test applications which never
produced the output it expected causing it to try building it all the
time.
Diffstat (limited to 'test/libapt')
-rw-r--r-- | test/libapt/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/libapt/makefile b/test/libapt/makefile index 953e455e0..1b67cba9d 100644 --- a/test/libapt/makefile +++ b/test/libapt/makefile @@ -2,6 +2,7 @@ BASE=../.. SUBDIR=test/libapt BASENAME=_libapt_test +APT_DOMAIN=none # Bring in the default rules include ../../buildlib/defaults.mak |