summaryrefslogtreecommitdiff
path: root/lib/Debian/Debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Debian/Debhelper')
-rw-r--r--lib/Debian/Debhelper/SequencerUtil.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Debian/Debhelper/SequencerUtil.pm b/lib/Debian/Debhelper/SequencerUtil.pm
index c0d047db..9a9ce2bf 100644
--- a/lib/Debian/Debhelper/SequencerUtil.pm
+++ b/lib/Debian/Debhelper/SequencerUtil.pm
@@ -45,9 +45,9 @@ sub unpack_sequence {
my $command = shift(@{$current_sequence});
my $rules_target=extract_rules_target_name($command);
next if (defined($rules_target) and exists($completed_sequences->{$rules_target}));
- if (defined($rules_target) &&
+ if (defined($rules_target) && ($always_inline ||
! exists($non_inlineable_targets{$rules_target}) &&
- ! defined(rules_explicit_target($rules_target))) {
+ ! defined(rules_explicit_target($rules_target)))) {
# inline the sequence for this implicit target.
push(@stack, $current_sequence);