summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-02 10:38:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-02 10:38:08 +0000
commit4619340914cc8b5438e9411eca00b9f6a4805995 (patch)
tree5e83f990cc7d3e8ad0cb3151c94a0bfb616b1d45 /Makefile.SH
parent5aa42fc08283e46e20fe921726867c6b4a8b3151 (diff)
downloadperl-4619340914cc8b5438e9411eca00b9f6a4805995.tar.gz
BeOS update (Mirror maint-5.005 change #2727).
p4raw-link: @2727 on //depot/maint-5.005/perl: 4a34ea11e0df7a07fe7fad105c20b8547c401da9 p4raw-id: //depot/cfgperl@2756
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 22bb3357cd..967b9527e2 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -68,6 +68,8 @@ true)
hpux10*|hpux11*)
linklibperl="-L `pwd | sed 's/\/UU$//'` -Wl,+b$archlibexp/CORE -lperl"
;;
+ beos*) ldlibpth="LIBRARY_PATH=`pwd`:$LIBRARY_PATH"
+ ;;
esac
;;
*) pldlflags=''