summaryrefslogtreecommitdiff
path: root/solenv/bin/mhids.pl
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2005-06-24 13:11:05 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2005-06-24 13:11:05 +0000
commit9d9c537160ffd602f7aaeea0a94c38dc2e8d1ce1 (patch)
treec43e0cb69f84e0ac978c148469102113483dbb7b /solenv/bin/mhids.pl
parent2e27fa2041a464997be7f2f70ec58054d73e725a (diff)
#i51141#
Diffstat (limited to 'solenv/bin/mhids.pl')
-rw-r--r--solenv/bin/mhids.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/bin/mhids.pl b/solenv/bin/mhids.pl
index 677c07bad8c4..1fc2a36b78ba 100644
--- a/solenv/bin/mhids.pl
+++ b/solenv/bin/mhids.pl
@@ -5,9 +5,9 @@ eval 'exec perl -wS $0 ${1+"$@"}'
#
# $RCSfile: mhids.pl,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2005-06-20 14:51:00 $
+# last change: $Author: hjs $ $Date: 2005-06-24 14:11:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,7 +105,7 @@ sub setcompiler
if ( "$whichcom" eq "GCC" ) {
$appext = ""; # windows for now
$compiler = "gcc -x c";
- $outbin_flag = "-o";
+ $outbin_flag = "-o ";
$objext = ".o";
$preprocess_flag = "-E"; # preprocess to stdout
} elsif ( "$whichcom" eq "MSC" ) {