summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-27 12:53:34 +0200
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-07-27 12:53:34 +0200
commit1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9 (patch)
treeb0a5fa4aaf6afd235ca205128e05d4a2e705e038
parentCWS gnumake2: resync to DEV300_m84 (diff)
downloadhelp-1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9.tar.gz
help-1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9.zip
gnumake2: killing of insane common tree hack
-rw-r--r--helpcontent2/helpers/update_tree.pl3
1 files changed, 0 insertions, 3 deletions
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);