summaryrefslogtreecommitdiff
path: root/ext/B/Makefile.PL
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2000-08-22 07:44:33 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-22 13:44:59 +0000
commitd19af0aa03e905524d85b3429e8d11f7a514f235 (patch)
tree377b32d40aeabc7c6a53505401749f450654f07b /ext/B/Makefile.PL
parent7ab03db888c10e7993ac75190a132083dd9631d4 (diff)
downloadperl-d19af0aa03e905524d85b3429e8d11f7a514f235.tar.gz
B:: missing dependency
Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk> p4raw-id: //depot/perl@6765
Diffstat (limited to 'ext/B/Makefile.PL')
-rw-r--r--ext/B/Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index cb9696bf41..74053e6ae1 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -32,5 +32,7 @@ sub post_constants {
sub postamble {
'
B$(OBJ_EXT) : defsubs.h
+
+defsubs.h :: ../../op.h ../../cop.h
'
}