Change 17724 by [EMAIL PROTECTED] on 2002/08/17 00:27:33
ext/B/defsubs.h also depends on the program that builds it
Affected files ...
.... //depot/perl/ext/B/Makefile.PL#19 edit
Differences ...
==== //depot/perl/ext/B/Makefile.PL#19 (text) ====
Index: perl/ext/B/Makefile.PL
--- perl/ext/B/Makefile.PL#18~15288~ Mon Mar 18 05:41:34 2002
+++ perl/ext/B/Makefile.PL Fri Aug 16 17:27:33 2002
@@ -28,7 +28,7 @@
sub post_constants {
"\nLIBS = $Config::Config{libs}\n"
-}
+}
sub upupfile {
File::Spec->catfile(File::Spec->updir,
@@ -40,9 +40,9 @@
my $cop_h = upupfile('cop.h');
my $noecho = shift->{NOECHO};
"
-B\$(OBJ_EXT) : defsubs.h
+B\$(OBJ_EXT) : defsubs.h
-defsubs.h :: $op_h $cop_h
+defsubs.h :: $op_h $cop_h defsubs_h.PL
$noecho \$(NOOP)
-"
+"
}
End of Patch.