From: Stefano Lattarini Date: Sat, 20 Apr 2013 12:44:41 +0000 (+0200) Subject: tests: fix botched cross-reference in a heading comment X-Git-Tag: v1.13b~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce05bc8b95751ffe65c64ecd45aeef8618d90c8;p=thirdparty%2Fautomake.git tests: fix botched cross-reference in a heading comment * t/extra-dist-wildcards.sh: Here. Signed-off-by: Stefano Lattarini --- diff --git a/t/extra-dist-wildcards.sh b/t/extra-dist-wildcards.sh index 5e7ef9801..782b8d772 100755 --- a/t/extra-dist-wildcards.sh +++ b/t/extra-dist-wildcards.sh @@ -16,8 +16,8 @@ # Check that wildcards in EXTRA_DIST are honoured. # Suggested by observations from Braden McDaniel. -# See also sister test 'extra11.sh', that checks a similar usage -# with the involvement of the $(wildcard) GNU make builtin. +# See also sister test 'extra-dist-wildcards-gnu.sh', that checks a +# similar usage with the involvement of the $(wildcard) GNU make builtin. required=GNUmake . test-init.sh