X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Fmake-dryrun.tap;h=a7597a3e70978b44ca90301eb08568d1b51efb25;hb=c97218a54271bdcc59a0a7b67704feb5344b89d9;hp=208b4210b4398123f3a138727a68cc1250e0b19e;hpb=6eedee4c85c9817e46ed3de9df912ebe0fc9baa4;p=platform%2Fupstream%2Fautomake.git 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