summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinfrastructure/makeparcels.pl.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/infrastructure/makeparcels.pl.in b/infrastructure/makeparcels.pl.in
index 8d5a0ea3..5afdf730 100755
--- a/infrastructure/makeparcels.pl.in
+++ b/infrastructure/makeparcels.pl.in
@@ -375,8 +375,8 @@ if ($build_os eq 'CYGWIN')
}
else
{
- print MAKE "\tfind release debug -type f -exec rm {} \\;\n";
- print MAKE "\tfind . -name 'autogen_*' -type f -exec rm {} \\;\n";
+ print MAKE "\tfind release debug -type f -exec rm -f {} \\;\n";
+ print MAKE "\tfind . -name 'autogen_*' -type f -exec rm -f {} \\;\n";
}
for my $parcel (@parcels)