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 043cbc6d6..e58cab335 100644
--- a/perl-install/c/Makefile
+++ b/perl-install/c/Makefile
@@ -10,7 +10,7 @@ stuff: %: %.xs
clean:
test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
- rm -f *~ *.o stuff.xs
+ rm -f *~ *.o stuff.xs pcmcia_probe.c
stuff.xs: %: %.pm
rm -f $@