summaryrefslogtreecommitdiff
path: root/symbian
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-19 13:19:17 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-10-19 13:19:17 +0000
commit76e603de23f04d6f155b7c537f88eaf478e50689 (patch)
treec1588ff152c03d8b3adf6cbcd3fef6b546779e23 /symbian
parent1215b447b68a44982cbab6532e02152be37089dd (diff)
downloadperl-76e603de23f04d6f155b7c537f88eaf478e50689.tar.gz
Forgotten chunk by jhi
p4raw-id: //depot/perl@25805
Diffstat (limited to 'symbian')
-rw-r--r--symbian/makesis.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/symbian/makesis.pl b/symbian/makesis.pl
index 1ee5e8dc2f..3c20ced301 100644
--- a/symbian/makesis.pl
+++ b/symbian/makesis.pl
@@ -75,6 +75,10 @@ for my $target (@target) {
next unless /^lib\s+(.+)/;
chomp;
my $f = $1;
+ unless (-f "lib/$f") {
+ warn qq[$0: No "lib/$f", skipping...\n];
+ next;
+ }
$f =~ s:/:\\:g;
$copy{"lib\\$f"} = "$lib\\Perl\\$R_V_SV\\$f";
print "\t$f\n";