From: Stefano Lattarini Date: Sun, 16 Jan 2011 18:23:12 +0000 (+0100) Subject: tests: remove useless requirements from cond36.test X-Git-Tag: ng-0.5a~249^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80fdae8e515f85b1000bea1ee1823d88d392f659;p=thirdparty%2Fautomake.git tests: remove useless requirements from cond36.test * tests/cond36.test ($required): Remove. Since we are at it, add a trailing `:' command. --- diff --git a/ChangeLog b/ChangeLog index cbc0415a0..0fe17aba7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-01-16 Stefano Lattarini + + tests: remove useless requirements from cond36.test + * tests/cond36.test ($required): Remove. + Since we are at it, add a trailing `:' command. + 2011-01-16 Ralf Wildenhues Stefano Lattarini diff --git a/tests/cond36.test b/tests/cond36.test index f6c97dbd6..6826cd58f 100755 --- a/tests/cond36.test +++ b/tests/cond36.test @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2011 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 @@ -16,7 +16,6 @@ # Check rules output for parser defined conditionally. -required='flex bison gcc' . ./defs || Exit 1 set -e @@ -59,3 +58,5 @@ $AUTOMAKE -Wno-error test `grep tparse.h: Makefile.in | wc -l` = 2 grep '@CASE_A_TRUE@tparse.h:' Makefile.in grep '@CASE_A_FALSE@tparse.h:' Makefile.in + +: