diff options
author | Bruno Haible <bruno@clisp.org> | 2005-02-07 11:48:32 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:09 +0200 |
commit | 4e4b738e3d574ae49e229fb3db82f6c42ac411d9 (patch) | |
tree | 7969fa2dcf887a78e223b2630a99ccd36c1a301e /gettext-tools/tests/Makefile.am | |
parent | b2a3905585e054d106452ea83b7cbbc4db0bd9ea (diff) | |
download | external_gettext-4e4b738e3d574ae49e229fb3db82f6c42ac411d9.zip external_gettext-4e4b738e3d574ae49e229fb3db82f6c42ac411d9.tar.gz external_gettext-4e4b738e3d574ae49e229fb3db82f6c42ac411d9.tar.bz2 |
Leave #: lines with unknown syntax alone instead of turning them into
plain comments.
Diffstat (limited to 'gettext-tools/tests/Makefile.am')
-rw-r--r-- | gettext-tools/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 44454c4..c752660 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -26,7 +26,7 @@ TESTS = gettext-1 gettext-2 \ msgattrib-11 msgattrib-12 msgattrib-13 msgattrib-14 \ msgattrib-properties-1 \ msgcat-1 msgcat-2 msgcat-3 msgcat-4 msgcat-5 msgcat-6 msgcat-7 \ - msgcat-8 msgcat-9 msgcat-10 \ + msgcat-8 msgcat-9 msgcat-10 msgcat-11 \ msgcat-properties-1 msgcat-properties-2 \ msgcat-stringtable-1 \ msgcmp-1 msgcmp-2 msgcmp-3 \ |