summaryrefslogtreecommitdiffstats
path: root/perl-install/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/c/Makefile')
-rw-r--r--perl-install/c/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile
index f67b1f9ac..0528707de 100644
--- a/perl-install/c/Makefile
+++ b/perl-install/c/Makefile
@@ -9,7 +9,7 @@ stuff: %: %.xs
clean:
test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
- rm -f *~ stuff.xs
+ rm -f *~ *.o stuff.xs
stuff.xs: %: %.pm
rm -f $@