diff options
Diffstat (limited to 'perl/Makefile')
-rw-r--r-- | perl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/perl/Makefile b/perl/Makefile index 6ca7d472eb..7667c903d2 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) |