diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-01-02 14:45:38 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1999-01-02 14:45:38 +0000 |
commit | 2a0d5fe01f4bf1c3ae5922fce6feb5c6e128d1b7 (patch) | |
tree | 8b0622adea33979d61525b3cdf2f616d32cb2d8d /ext | |
parent | 4c1f658f2c79575014c109439365f1a6c403e8c4 (diff) | |
download | perl-2a0d5fe01f4bf1c3ae5922fce6feb5c6e128d1b7.tar.gz |
Tone down Makefile.PL so it works on Win32
p4raw-id: //depot/perl@2552
Diffstat (limited to 'ext')
-rw-r--r-- | ext/B/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/Makefile.PL b/ext/B/Makefile.PL index 456e603223..d7aaa0111f 100644 --- a/ext/B/Makefile.PL +++ b/ext/B/Makefile.PL @@ -31,7 +31,6 @@ sub post_constants { sub postamble { ' B.o : defsubs.h -defsubs.h : defsubs.h.PL ../../op.h ' } |