From: Stefano Lattarini Date: Sat, 26 May 2012 16:01:23 +0000 (+0200) Subject: tests: fix botched heading comments in 'lex-clean-cxx.sh' X-Git-Tag: v1.12.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ef057e44b8ce535b905d5cdd7159c3bd3f60b2f;p=thirdparty%2Fautomake.git tests: fix botched heading comments in 'lex-clean-cxx.sh' * t/lex-clean-cxx.sh: This file tests lex, not yacc. Signed-off-by: Stefano Lattarini --- diff --git a/t/lex-clean-cxx.sh b/t/lex-clean-cxx.sh index d1a745b71..8834a743a 100755 --- a/t/lex-clean-cxx.sh +++ b/t/lex-clean-cxx.sh @@ -14,10 +14,9 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -# Check that C++ source and header files derived from non-distributed -# Yacc sources are cleaned by "make clean", while C++ source and -# header files derived from distributed Yacc sources are cleaned by -# "make maintainer-clean". +# Check that C++ source files derived from non-distributed Lex sources +# are cleaned by "make clean", while C++ source files derived from +# distributed Lex sources are cleaned by "make maintainer-clean". # See also sister test 'lex-clean.test'. required='c++ lex'