diff options
author | Todd C. Miller <Todd.Miller@courtesan.com> | 1999-06-13 11:46:13 -0600 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-06 11:00:21 +0000 |
commit | 43039de73e9f6e7f5c6b05087b44cc6c45f595b2 (patch) | |
tree | 5e71e18012778a77cfce408369c84c95c63818fe /Makefile.SH | |
parent | b162f9ead0a98db35cdcfc8c889e344c040c8d8e (diff) | |
download | perl-43039de73e9f6e7f5c6b05087b44cc6c45f595b2.tar.gz |
[ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]
Message-Id: <199906132346.RAA26632@xerxes.courtesan.com>
p4raw-id: //depot/perl@3615
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index 5d4164a2e2..cf3372a3f7 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -55,7 +55,7 @@ true) sunos*) linklibperl="-lperl" ;; - netbsd*|freebsd[234]*) + netbsd*|freebsd[234]*|openbsd*) linklibperl="-L. -lperl" ;; aix*) |