From: Stefano Lattarini Date: Sat, 27 Oct 2012 18:56:23 +0000 (+0200) Subject: tests: fixup one test after botched merge X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=934f800f9c55b311ebc52c459a07d3e1b7501569;p=thirdparty%2Fautomake.git tests: fixup one test after botched merge * t/recurs-user-phony.sh: This one. Signed-off-by: Stefano Lattarini --- diff --git a/t/recurs-user-phony.sh b/t/recurs-user-phony.sh index c6e42a2ef..2a5a2900b 100755 --- a/t/recurs-user-phony.sh +++ b/t/recurs-user-phony.sh @@ -17,7 +17,7 @@ # Check that user-defined recursive targets and their associate # '-local', '-am' and '-recursive' targets are declared as phony. -required=GNUmake +. test-init.sh cat >> configure.ac <<'END' AC_CONFIG_FILES([sub/Makefile])