aboutsummaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
Diffstat (limited to 'perl')
-rw-r--r--perl/.gitignore1
-rw-r--r--perl/Makefile3
2 files changed, 4 insertions, 0 deletions
diff --git a/perl/.gitignore b/perl/.gitignore
index d5c6e22d0..0f1fc27f8 100644
--- a/perl/.gitignore
+++ b/perl/.gitignore
@@ -5,3 +5,4 @@ MYMETA.yml
blib
blibdirs
pm_to_blib
+PM.stamp
diff --git a/perl/Makefile b/perl/Makefile
index 6ca7d472e..7667c903d 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -20,6 +20,9 @@ clean:
$(RM) ppport.h
$(RM) $(makfile)
$(RM) $(makfile).old
+ $(RM) PM.stamp
+
+$(makfile): PM.stamp
ifdef NO_PERL_MAKEMAKER
instdir_SQ = $(subst ','\'',$(prefix)/lib)