summaryrefslogtreecommitdiff
path: root/ext/Win32API
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Win32API')
-rw-r--r--ext/Win32API/File/Makefile.PL5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/Win32API/File/Makefile.PL b/ext/Win32API/File/Makefile.PL
index c84d1de4cd..a753db5b0b 100644
--- a/ext/Win32API/File/Makefile.PL
+++ b/ext/Win32API/File/Makefile.PL
@@ -104,7 +104,10 @@ ${_final}_to_blib: $final
-e "pm_to_blib({ ',neatvalue($final),',',
neatvalue($self->catfile('$(INST_ARCHLIB)',@path,$final)), ' },',
neatvalue($self->catfile(qw[$(INST_LIB) auto])), ')"
- @$(TOUCH) ', $_final, "_to_blib\n";
+ @$(TOUCH) ', $_final, "_to_blib
+
+realclean ::
+ $self->{RM_RF} ", $self->catfile('$(INST_ARCHLIB)', $path[0]), "\n";
push( @clean, $outfile, $bin, $obj, $_final . "_to_blib" );
push( @realclean, $final ) unless $noreb;