[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:
This commit is contained in:
Bill Wendling 2003-05-13 12:17:56 -05:00
parent 8bac19a89f
commit 16d78f2456

View File

@ -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"