summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-01-17 13:22:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-01-17 13:22:04 +0000
commit51a19bc0654ae83130b5db1dfb665bcc81c7afd1 (patch)
treee55cce2925a2d19836570a7437871b388f571bf2 /ext
parente04b929ac38a0730124ba1af2605a41e7457eede (diff)
downloadperl-51a19bc0654ae83130b5db1dfb665bcc81c7afd1.tar.gz
various tweaks for clean build and test on win32
p4raw-id: //depot/perl@2632
Diffstat (limited to 'ext')
-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 d7aaa0111f..35cc6bf567 100644
--- a/ext/B/Makefile.PL
+++ b/ext/B/Makefile.PL
@@ -30,7 +30,7 @@ sub post_constants {
sub postamble {
'
-B.o : defsubs.h
+B$(OBJ_EXT) : defsubs.h
'
}