From 1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Tue, 27 Jul 2010 12:53:34 +0200 Subject: gnumake2: killing of insane common tree hack --- helpcontent2/helpers/update_tree.pl | 3 --- 1 file changed, 3 deletions(-) (limited to 'helpcontent2') diff --git a/helpcontent2/helpers/update_tree.pl b/helpcontent2/helpers/update_tree.pl index b2aa53fcb3..27b1a1dbbf 100644 --- a/helpcontent2/helpers/update_tree.pl +++ b/helpcontent2/helpers/update_tree.pl @@ -47,9 +47,6 @@ terminate() if ( ! defined $inpath ); my $destpath = $inpath; my $with_lang = $ENV{WITH_LANG}; -if ( defined $ENV{COMMON_OUTDIR} && $ENV{COMMON_OUTDIR} ne "" ) { - $destpath =~ s/$ENV{OUTPATH}/$ENV{COMMON_OUTDIR}/; -} # Always use / directory separators $prj =~ s/\\/\//g if defined($prj); -- cgit