Skip to content

Commit

Permalink
Item12568: fix dependencies target
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@16864 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
CrawfordCurrie authored and CrawfordCurrie committed Aug 21, 2013
1 parent a9e4a3e commit b0d680f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -86,6 +86,7 @@ sub target_dependencies {
}

my $inc = '-I' . join( ' -I', @INC );
my $basedir = $this->{basedir};
foreach my $pmfile (@queue) {
die unless defined $basedir;
die unless defined $inc;
Expand Down

0 comments on commit b0d680f

Please sign in to comment.