diff options
author | Bruno Haible <bruno@clisp.org> | 2006-07-25 11:19:59 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:41 +0200 |
commit | 0c5db0a77cb1b631382c69566504028fd3bd1dca (patch) | |
tree | 352682e52b6d3d7b3e5ff61ea61b3ed1d9508ef0 /gettext-runtime/tests/Makefile.am | |
parent | 83d7a65a1191d819d6eec8cfbf91d05b92cde4b5 (diff) | |
download | external_gettext-0c5db0a77cb1b631382c69566504028fd3bd1dca.zip external_gettext-0c5db0a77cb1b631382c69566504028fd3bd1dca.tar.gz external_gettext-0c5db0a77cb1b631382c69566504028fd3bd1dca.tar.bz2 |
Remove VMS support.
Diffstat (limited to 'gettext-runtime/tests/Makefile.am')
-rw-r--r-- | gettext-runtime/tests/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gettext-runtime/tests/Makefile.am b/gettext-runtime/tests/Makefile.am index ea5eb0a..a10a482 100644 --- a/gettext-runtime/tests/Makefile.am +++ b/gettext-runtime/tests/Makefile.am @@ -1,5 +1,5 @@ ## Makefile for the gettext-runtime/tests subdirectory of GNU gettext -## Copyright (C) 2005 Free Software Foundation, Inc. +## Copyright (C) 2005-2006 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -35,11 +35,6 @@ clean-local: rm -rf SunWS_cache -# VMS support. - -EXTRA_DIST += Makefile.vms - - # Woe32 support. EXTRA_DIST += Makefile.msvc |