projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7ab03db
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/B/Makefile.PL
b/ext/B/Makefile.PL
index
cb9696b
..
74053e6
100644
(file)
--- 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
'
}