diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-11-14 20:36:53 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2003-11-14 20:36:53 (GMT) |
commit | b303888f43fb1ddf0bbb68931270954eb950b77c (patch) | |
tree | 711e3428558696d3e938f9b1b90eebefc83486cf /config/unicosmk2.0.6.X | |
parent | a9d0aadef0cd3ae6d6f36f2306a79d61bf31e943 (diff) | |
download | hdf5-b303888f43fb1ddf0bbb68931270954eb950b77c.zip hdf5-b303888f43fb1ddf0bbb68931270954eb950b77c.tar.gz hdf5-b303888f43fb1ddf0bbb68931270954eb950b77c.tar.bz2 |
[svn-r7854] Purpose:
Bug Fix
Description:
The FFLAGS, CXXFLAGS, and CPPFLAGS variables weren't carrying
user-defined values into the Makefiles.
Solution:
Changed the flags from FOO="..." to FOO="$FOO ..."
Platforms tested:
Copper
Verbena
Arabica
Misc. update:
Diffstat (limited to 'config/unicosmk2.0.6.X')
-rw-r--r-- | config/unicosmk2.0.6.X | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicosmk2.0.6.X b/config/unicosmk2.0.6.X index 4514b5c..e83e7ba 100644 --- a/config/unicosmk2.0.6.X +++ b/config/unicosmk2.0.6.X @@ -164,7 +164,7 @@ if test "X-" = "X-$f9x_flags_set"; then # number #. Warning 405 and 412 were stopping the executable from being built. F9XSUFFIXFLAG="" FSEARCH_DIRS="" - FFLAGS="-dp -Wl-M405,412" + FFLAGS="$FFLAGS -dp -Wl-M405,412" DEBUG_FFLAGS="" PROD_FFLAGS="" PROFILE_FFLAGS="" |