summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-19 11:15:14 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-01-19 11:15:14 +0000
commit70c68212ed57a5a044505a3d22a9a10e9a272055 (patch)
tree2280092113fd49fe8641de8d38cd7a595411e431 /ext/B
parent0eff23c15d71fe17c30cce5c453ccaf7cb644cb7 (diff)
downloadperl-70c68212ed57a5a044505a3d22a9a10e9a272055.tar.gz
Fix dependencies in ext/B/Makefile.PL
(bug #8254, fix by Alan Burlison) p4raw-id: //depot/perl@23819
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL
index f38adb0ef8..d59e9d7720 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -43,6 +43,6 @@ sub MY::postamble {
B\$(OBJ_EXT) : defsubs.h
defsubs.h :: $op_h $cop_h defsubs_h.PL
- $noecho \$(NOOP)
+ \$(PERL) -I\$(INST_ARCHLIB) -I\$(INST_LIB) -I\$(PERL_ARCHLIB) -I\$(PERL_LIB) defsubs_h.PL defsubs.h
"
}