From 16d78f24567c3d5ee62738580c62c19e91c7dbc5 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 13 May 2003 12:17:56 -0500 Subject: [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: --- fortran/src/h5fc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12