B:: missing dependency
Hugo van der Sanden [Tue, 22 Aug 2000 06:44:33 +0000 (07:44 +0100)]
Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>

p4raw-id: //depot/perl@6765

ext/B/Makefile.PL

index cb9696b..74053e6 100644 (file)
@@ -32,5 +32,7 @@ sub post_constants {
 sub postamble {
 '
 B$(OBJ_EXT) : defsubs.h 
+
+defsubs.h :: ../../op.h ../../cop.h
 '
 }