diff options
author | David Mitchell <davem@iabyn.com> | 2011-01-05 11:56:15 +0000 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2011-01-05 11:56:15 +0000 |
commit | 1daf3b755691d9e2e52b73fcc1111714808c874a (patch) | |
tree | 98138cb9be7d9bb764d11de370f6c37742a17dea /cpan/ExtUtils-MakeMaker/lib | |
parent | 2a59724c16c204887061581e901136a397ef2329 (diff) | |
download | perl-1daf3b755691d9e2e52b73fcc1111714808c874a.tar.gz |
remove cc_runtime.h from core
It was only needed for B::CC, which was removed from core
in 5.10.0
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 1 | ||||
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index ea2668aa45..0310fd702d 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm @@ -2754,7 +2754,6 @@ PERL_HDRS = \ $(PERL_INC)/INTERN.h \ $(PERL_INC)/XSUB.h \ $(PERL_INC)/av.h \ - $(PERL_INC)/cc_runtime.h \ $(PERL_INC)/config.h \ $(PERL_INC)/cop.h \ $(PERL_INC)/cv.h \ diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm index 5be6cf9fee..642f2bab82 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_VMS.pm @@ -1265,7 +1265,7 @@ sub perldepend { push @m, ' $(OBJECT) : $(PERL_INC)EXTERN.h, $(PERL_INC)INTERN.h, $(PERL_INC)XSUB.h -$(OBJECT) : $(PERL_INC)av.h, $(PERL_INC)cc_runtime.h, $(PERL_INC)config.h +$(OBJECT) : $(PERL_INC)av.h, $(PERL_INC)config.h $(OBJECT) : $(PERL_INC)cop.h, $(PERL_INC)cv.h, $(PERL_INC)embed.h $(OBJECT) : $(PERL_INC)embedvar.h, $(PERL_INC)form.h $(OBJECT) : $(PERL_INC)gv.h, $(PERL_INC)handy.h, $(PERL_INC)hv.h |