Signed-off-by: Stefano Lattarini <stefano.lattar...@gmail.com> --- t/make-dryrun.tap | 2 -- 1 file changed, 2 deletions(-)
diff --git a/t/make-dryrun.tap b/t/make-dryrun.tap index 208b421..a7597a3 100755 --- a/t/make-dryrun.tap +++ b/t/make-dryrun.tap @@ -38,8 +38,6 @@ echo AC_OUTPUT >> configure.ac cat > Makefile.am <<'END' all: : Dummy, nothing to do. -foo: - $(MAKE) all run: @echo ":: $$MAKEFLAGS ::"; : For debugging. $(am__make_dryrun) && exit 1; echo ok > from-run -- 1.8.2.1.610.g562af5b