This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f534aa
)
Missing dependency in XS::APItest’s Makefile
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 4 Oct 2012 19:45:45 +0000
(12:45 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Mon, 26 Nov 2012 01:12:42 +0000
(17:12 -0800)
When core_or_not.inc is modified, core.c and notcore.c should
be recompiled.
ext/XS-APItest/Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/XS-APItest/Makefile.PL
b/ext/XS-APItest/Makefile.PL
index
5e2955b
..
031ce8a
100644
(file)
--- a/
ext/XS-APItest/Makefile.PL
+++ b/
ext/XS-APItest/Makefile.PL
@@
-14,6
+14,8
@@
WriteMakefile(
realclean => {FILES => 'const-c.inc const-xs.inc'},
($Config{gccversion} && $Config{d_attribute_deprecated} ?
(CCFLAGS => $Config{ccflags} . ' -Wno-deprecated-declarations') : ()),
+ depend => { 'core.o' => 'core_or_not.inc',
+ 'notcore.o' => 'core_or_not.inc' },
);
my @names = (qw(HV_DELETE HV_DISABLE_UVAR_XKEY HV_FETCH_ISSTORE