diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-09-19 12:19:22 +0300 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-09-19 06:45:26 +0000 |
commit | a7ae1e4a956bbd5ffa44d286e0591bf4c0e7c341 (patch) | |
tree | 3b47c791b76ba61d8e2527a4479c047b99251d21 /Makefile.SH | |
parent | 9a4997407636e1eeb1029b89852e85209dd9461d (diff) | |
download | perl-a7ae1e4a956bbd5ffa44d286e0591bf4c0e7c341.tar.gz |
C++: add -Wno-used-parameter, and drop ODBM_File
Message-ID: <450F8BEA.1010802@iki.fi>
p4raw-id: //depot/perl@28867
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.SH b/Makefile.SH index 999bd958e1..17e9fe7a68 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -156,6 +156,13 @@ esac : Prepare dependency lists for Makefile. dynamic_list=' ' extra_dep='' +case "$d_cplusplus" in +define) + : delete as a function name will not work. + dynamic_ext=`echo $dynamic_ext | sed 's/ODBM_File//'` + static_ext=`echo $static_ext | sed 's/ODBM_File//'` + ;; +esac for f in $dynamic_ext; do : the dependency named here will never exist base=`echo "$f" | sed 's/.*\///'` |