diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 13:22:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 13:22:04 +0000 |
commit | 51a19bc0654ae83130b5db1dfb665bcc81c7afd1 (patch) | |
tree | e55cce2925a2d19836570a7437871b388f571bf2 /ext | |
parent | e04b929ac38a0730124ba1af2605a41e7457eede (diff) | |
download | perl-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.PL | 2 |
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 ' } |