tests: remove dead code from t/make-dryrun.tap
[platform/upstream/automake.git] / t / make-dryrun.tap
index 208b421..a7597a3 100755 (executable)
@@ -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