diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2003-05-28 05:20:06 -0400 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2003-05-28 12:24:42 +0000 |
commit | ae7ff2157c6369c8d8484721420560814c6f6964 (patch) | |
tree | 1147ccd7fd1d181c909325e063931ed596dd58a0 /x2p | |
parent | 7b24c8f3b02202da900623391393234a869d1b34 (diff) | |
download | perl-ae7ff2157c6369c8d8484721420560814c6f6964.tar.gz |
Re: a2p is linked against too many libraries
Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@19629
Diffstat (limited to 'x2p')
-rwxr-xr-x | x2p/Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x2p/Makefile.SH b/x2p/Makefile.SH index efe97b21c9..5c20f14061 100755 --- a/x2p/Makefile.SH +++ b/x2p/Makefile.SH @@ -39,7 +39,7 @@ LDFLAGS = $ldflags #mallocobj = $mallocobj shellflags = $shellflags -libs = $libs +libs = $perllibs $make_set_make # grrr |