diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-27 12:53:34 +0200 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-07-27 12:53:34 +0200 |
commit | 1cfd512d4f5bf7b3009dc52197abb4fce0d9d2c9 (patch) | |
tree | b0a5fa4aaf6afd235ca205128e05d4a2e705e038 | |
parent | b8805808343d0a798f7c7e83a47d887e8bc02b60 (diff) |
gnumake2: killing of insane common tree hack
-rw-r--r-- | helpcontent2/helpers/update_tree.pl | 3 |
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); |