summaryrefslogtreecommitdiff
path: root/ext/B/Makefile.PL
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2002-08-17 00:27:33 +0000
committerhv <hv@crypt.org>2002-08-17 00:27:33 +0000
commit485894a1e3cb3873ba7373c744a8b6231190fbf8 (patch)
treec09829063c9811df0958a65ec7bede946c65c014 /ext/B/Makefile.PL
parent3f46c5a680add71a59e98e23e39ddf15f24fffcb (diff)
downloadperl-485894a1e3cb3873ba7373c744a8b6231190fbf8.tar.gz
ext/B/defsubs.h also depends on the program that builds it
p4raw-id: //depot/perl@17724
Diffstat (limited to 'ext/B/Makefile.PL')
-rw-r--r--ext/B/Makefile.PL8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index d39d3b5f9c..f38adb0ef8 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -28,7 +28,7 @@ package MY;
sub post_constants {
"\nLIBS = $Config::Config{libs}\n"
-}
+}
sub upupfile {
File::Spec->catfile(File::Spec->updir,
@@ -40,9 +40,9 @@ sub MY::postamble {
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)
-"
+"
}