mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r30058] Correct typo in compile scripts that causes dropping of filename in -o outfile.
Addresses HDFFV-9530 and HDFFV-9938.
This commit is contained in:
parent
2e6ccbfff8
commit
3b507bb8c4
@ -205,7 +205,7 @@ for arg in $@ ; do
|
||||
compile_args="$compile_args $arg"
|
||||
|
||||
if test "x$do_link" = "xyes" -a -n "$output_file"; then
|
||||
compile_args="$compile_args -o $outputfile"
|
||||
compile_args="$compile_args -o $output_file"
|
||||
fi
|
||||
|
||||
do_link="no"
|
||||
|
@ -182,7 +182,7 @@ for arg in $@ ; do
|
||||
compile_args="$compile_args $arg"
|
||||
|
||||
if test "x$do_link" = "xyes" -a -n "$output_file"; then
|
||||
compile_args="$compile_args -o $outputfile"
|
||||
compile_args="$compile_args -o $output_file"
|
||||
fi
|
||||
|
||||
do_link="no"
|
||||
|
@ -216,7 +216,7 @@ for arg in $@ ; do
|
||||
compile_args="$compile_args $arg"
|
||||
|
||||
if test "x$do_link" = "xyes" -a -n "$output_file"; then
|
||||
compile_args="$compile_args -o $outputfile"
|
||||
compile_args="$compile_args -o $output_file"
|
||||
fi
|
||||
|
||||
do_link="no"
|
||||
|
Loading…
x
Reference in New Issue
Block a user