diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 15:54:48 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-10-30 15:54:48 +0000 |
commit | 08c920006ec0eb27982e2ca28a35e7ba85fccf44 (patch) | |
tree | cb6454a911c6d91f0c40e93e8d576e47d4bf3cbd /Makefile.SH | |
parent | b34c0dd4a7081ed822e2197d6a723d2ab2fdfc86 (diff) | |
download | perl-08c920006ec0eb27982e2ca28a35e7ba85fccf44.tar.gz |
Added probes for strlcat () and strlcpy () to Configure
Re-ordered config_h.SH
p4raw-id: //depot/perl@23435
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 1a7022dd7f..3ee015c841 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -20,6 +20,10 @@ esac # #22227 $baserev # #22302 $yacc $byacc +# H.Merijn Brand [30 Oct 2004] +# Mentioned for the same reason for future reference +# #23434 $d_strlcat $d_strlcpy + : This forces SH files to create target in same directory as SH file. : This is so that make depend always knows where to find SH derivatives. case "$0" in |