From: Stefano Lattarini Date: Wed, 1 Aug 2012 10:49:13 +0000 (+0200) Subject: cosmetics: remove an obsolete comment, fix a typo in another one X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fdc08924c435c2aa8cf038f8f0f5ab9d45bd85;p=thirdparty%2Fautomake.git cosmetics: remove an obsolete comment, fix a typo in another one * t/distdir.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/distdir.sh b/t/distdir.sh index 9d0d6ee91..8edf6f074 100755 --- a/t/distdir.sh +++ b/t/distdir.sh @@ -14,11 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Test to make sure subdirs in EXTRA_DIST work. Also tests to make -# sure *srcdir is properly handled. Note that using './', as in -# EXTRA_DIST = ./joe -# does not work portably: it fails with HP-UX and Tru64 make. -# Also test the situation when the lsit of distributed files contains +# Test to make sure subdirs in EXTRA_DIST work. +# Also tests to make sure *srcdir is properly handled. +# Also test the situation when the list of distributed files contains # a directory and a file in it, and repeated directories. . ./defs || exit 1