Skip to content

Commit

Permalink
use explicit file names
Browse files Browse the repository at this point in the history
some BSD make seems to have troubles with $< automatic variable.
  • Loading branch information
guillomovitch committed Aug 17, 2012
1 parent bb57d09 commit fa9fb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ sub manifypods {
$manifypods =~ s/manifypods : pure_all/manifypods : pure_all fusioninventory-agent.1.html/;
$manifypods .= <<'EOF';
fusioninventory-agent.1.html: fusioninventory-agent
pod2html --infile=$< --outfile=$@
pod2html --infile=fusioninventory-agent --outfile=fusioninventory-agent.1.html
EOF
return $manifypods;
Expand Down

0 comments on commit fa9fb75

Please sign in to comment.