summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Makefile.PL b/ext/Errno/Makefile.PL
index 527f700dba..9f5b3e77b6 100644
--- a/ext/Errno/Makefile.PL
+++ b/ext/Errno/Makefile.PL
@@ -27,7 +27,7 @@ WriteMakefile(
MAN3PODS => {}, # Pods will be built by installman.
PL_FILES => {'Errno_pm.PL'=>'Errno.pm'},
PM => {'Errno.pm' => '$(INST_LIBDIR)/Errno.pm'},
- 'clean' => {FILES => 'Errno.pm'},
+ 'clean' => {FILES => 'Errno.pm arch.txt'},
'dist' => {
COMPRESS => 'gzip -9f',
SUFFIX => '.gz',