summaryrefslogtreecommitdiffstats
path: root/fortran/src/h5fc.in
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-05-13 17:17:56 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-05-13 17:17:56 (GMT)
commit16d78f24567c3d5ee62738580c62c19e91c7dbc5 (patch)
tree789819c0c1385b9997b4e2f84ccf9722aca494bd /fortran/src/h5fc.in
parent8bac19a89f338e7fd0b3304c88e2544df0a1a3e8 (diff)
downloadhdf5-16d78f24567c3d5ee62738580c62c19e91c7dbc5.zip
hdf5-16d78f24567c3d5ee62738580c62c19e91c7dbc5.tar.gz
hdf5-16d78f24567c3d5ee62738580c62c19e91c7dbc5.tar.bz2
[svn-r6859] Purpose:
Bug Fix Description: Porting preprocessor (-E) bug fix from h5cc to h5fc. Solution: See Description. Platforms tested: Eyeballed (small fix). Misc. update:
Diffstat (limited to 'fortran/src/h5fc.in')
-rwxr-xr-xfortran/src/h5fc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/h5fc.in b/fortran/src/h5fc.in
index b96a804..acb0b58 100755
--- a/fortran/src/h5fc.in
+++ b/fortran/src/h5fc.in
@@ -126,7 +126,7 @@ for arg in $@ ; do
allargs="$allargs $arg"
compile_args="$compile_args $arg"
dash_c="yes"
- dash_o="no"
+ do_link="no"
;;
-l*)
link_args="$link_args $arg"