summaryrefslogtreecommitdiff
path: root/Makefile.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2007-05-16 08:33:14 +0300
committerH.Merijn Brand <h.m.brand@xs4all.nl>2007-05-16 17:36:15 +0000
commit7978b0dbd605658ae6a06756d30af746c747a39e (patch)
tree341e6cefb3cb806eb79b3cd863dbf568233b8e04 /Makefile.SH
parentec29429e8a1cf7b63f335cba3a013c7fe6425556 (diff)
downloadperl-7978b0dbd605658ae6a06756d30af746c747a39e.tar.gz
Configure (and Makefile.SH): remove ODBM_File early if c++ (this time even with the Configure bits)
Message-Id: <200705160233.l4G2XEET143034@kosh.hut.fi> p4raw-id: //depot/perl@31232
Diffstat (limited to 'Makefile.SH')
-rw-r--r--Makefile.SH7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile.SH b/Makefile.SH
index 25188cf1e0..4ede36f106 100644
--- a/Makefile.SH
+++ b/Makefile.SH
@@ -159,13 +159,6 @@ 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/.*\///'`