summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
5808899)
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <
46FEAC8D.1080506@qsl.net>
Missed one case in #31995.
p4raw-id: //depot/perl@31998
push @{$p->{include_dirs}}, $p->{c_source};
push @{$p->{include_dirs}}, $p->{c_source};
- my $files = $self->rscan_dir($p->{c_source}, qr('\.c(pp)?$'));
+ my $files = $self->rscan_dir($p->{c_source}, file_qr('\.c(pp)?$'));
foreach my $file (@$files) {
push @{$p->{objects}}, $self->compile_c($file);
}
foreach my $file (@$files) {
push @{$p->{objects}}, $self->compile_c($file);
}