Skip to content

Commit

Permalink
Fix up make diff.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjcj committed Nov 17, 2012
1 parent ba93fe3 commit cea38b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.PL
Expand Up @@ -435,8 +435,7 @@ GEOM = 260x85+0+0
diff : out diff : out
\t \$(PERL) utils/makeh strip_criterion 'time' \$(TEST).out \t \$(PERL) utils/makeh strip_criterion 'time' \$(TEST).out
\t \$(PERL) utils/makeh strip_criterion ' pod' \$(TEST).out \t \$(PERL) utils/makeh strip_criterion ' pod' \$(TEST).out
\t gold="`\$(PERL) -Mblib -MDevel::Cover::Test -e '\$\$t = Devel::Cover::Test->new(qq(\$(TEST))); print join qq(.), \$\$t->cover_gold'`" \t gold="`\$(PERL) -Mblib -MDevel::Cover::Test -e '\$\$t = Devel::Cover::Test->new(qq(\$(TEST))); print join qq(.), \$\$t->cover_gold'`" && gvim -geom \$(GEOM) -d -font \$(FONT) "\$\$gold" \$(TEST).out
\t gvim -geom \$(GEOM) -d -font \$(FONT) "\$(gold)" \$(TEST).out
gold : pure_all gold : pure_all
\t \$(PERL) utils/create_gold \$(TEST) \t \$(PERL) utils/create_gold \$(TEST)
Expand Down

0 comments on commit cea38b9

Please sign in to comment.