summaryrefslogtreecommitdiff
path: root/djgpp
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-08 14:00:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-08 14:00:23 +0000
commit718a327c4ca347b8ea8543d4418a22703669a8bf (patch)
tree6e0e43595dff88a0ee2e38a93bac62294ec660d2 /djgpp
parent0f963d18b45f22cda3029bf090e5d41f52f4ab8b (diff)
downloadperl-718a327c4ca347b8ea8543d4418a22703669a8bf.tar.gz
DJGPP tweaks from Laszlo Molnar.
p4raw-id: //depot/perl@14596
Diffstat (limited to 'djgpp')
-rw-r--r--djgpp/djgppsed.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/djgpp/djgppsed.sh b/djgpp/djgppsed.sh
index fb140a3beb..6401681dbd 100644
--- a/djgpp/djgppsed.sh
+++ b/djgpp/djgppsed.sh
@@ -44,6 +44,5 @@ sed -e 's=:^/:={^([a-z]:)?[\\\\/]}=g' lib/termcap.pl >s; mv -f s lib/termcap.pl
sed -e $SPACKLIST installman >s; mv -f s installman
sed -e $SPACKLIST lib/ExtUtils/Installed.pm >s; mv -f s lib/ExtUtils/Installed.pm
sed -e $SPACKLIST lib/ExtUtils/Packlist.pm >s; mv -f s lib/ExtUtils/Packlist.pm
-sed -e $SPACKLIST lib/ExtUtils/inst >s; mv -f s lib/ExtUtils/inst
sed -e $SABC t/io/iprefix.t >s; mv -f s t/io/iprefix.t
sed -e 's=L_ctermid==g' ext/POSIX/Makefile.PL >s; mv -f s ext/POSIX/Makefile.PL