summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2023-08-17 01:02:35 +0100
committerColin Watson <cjwatson@debian.org>2023-08-17 01:02:35 +0100
commitac52ee6d3e51a35ca6ffbc41a7f1a77044368a14 (patch)
tree0e6689e81cfa1f55a0209d3c81effa2065572fcd
parent72b0f0b7536547f935a475889e0b5db0a8fad075 (diff)
Don't remove inc directory in "make realclean"
This is part of the source package, so cleaning it means that a second consecutive build in the same tree fails. Bug-Debian: https://bugs.debian.org/1049731 Last-Update: 2023-08-17 Patch-Name: realclean-preserve-inc.patch
-rw-r--r--Makefile.PL2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fbe9220..898f06a 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -41,8 +41,6 @@ no_index 'directory' => 'private-lib';
enable_verbose_cpan_testing();
-realclean_files('inc');
-
WriteAll;
# ---- Workaround for broken module ----