aboutsummaryrefslogtreecommitdiff
path: root/Configure.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Configure.pl')
-rw-r--r--Configure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure.pl b/Configure.pl
index a7db473..35eb47f 100644
--- a/Configure.pl
+++ b/Configure.pl
@@ -138,7 +138,7 @@ MAIN: {
{
no warnings;
print "Cleaning up ...\n";
- if (open my $CLEAN, '-|', "$make clean") {
+ if (open my $CLEAN, '-|', "$make configclean") {
my @slurp = <$CLEAN>;
close($CLEAN);
}