summaryrefslogtreecommitdiffstats
path: root/config/hpux10.20
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-11-14 20:36:53 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-11-14 20:36:53 (GMT)
commitb303888f43fb1ddf0bbb68931270954eb950b77c (patch)
tree711e3428558696d3e938f9b1b90eebefc83486cf /config/hpux10.20
parenta9d0aadef0cd3ae6d6f36f2306a79d61bf31e943 (diff)
downloadhdf5-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/hpux10.20')
-rw-r--r--config/hpux10.202
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hpux10.20 b/config/hpux10.20
index a8f22b5..e37c0d3 100644
--- a/config/hpux10.20
+++ b/config/hpux10.20
@@ -60,7 +60,7 @@ fi
if test "X-" = "X-$f9x_flags_set"; then
F9XSUFFIXFLAG=""
FSEARCH_DIRS=""
- FFLAGS="-O"
+ FFLAGS="$FFLAGS -O"
DEBUG_FFLAGS="-O"
PROD_FFLAGS="-O"
PROFILE_FFLAGS="-O"