summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2012-03-30 17:02:03 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2012-03-30 17:02:03 (GMT)
commit7f7b8bd9725854fc8b546bcde3252f2c8d5c5d32 (patch)
treebfc5bbecb408e2d1156bd9af3bbed9241c210cb8 /tools
parent4ae9998f2a5b45bab626ab35516a904e64ecede6 (diff)
downloadhdf5-7f7b8bd9725854fc8b546bcde3252f2c8d5c5d32.zip
hdf5-7f7b8bd9725854fc8b546bcde3252f2c8d5c5d32.tar.gz
hdf5-7f7b8bd9725854fc8b546bcde3252f2c8d5c5d32.tar.bz2
[svn-r22208] Purpose:
Merge fix for HDFFV-398 (r22146 and r22147) from trunk to hdf5_1_8. Tested: h5committest
Diffstat (limited to 'tools')
-rw-r--r--tools/misc/h5cc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in
index a1421a2..233c80a 100644
--- a/tools/misc/h5cc.in
+++ b/tools/misc/h5cc.in
@@ -220,7 +220,7 @@ for arg in $@ ; do
get_output_file="yes"
fi
;;
- -E|-M)
+ -E|-M|-MT)
allargs="$allargs $arg"
compile_args="$compile_args $arg"
dash_c="yes"