summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2011-02-08 23:23:46 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2011-02-08 23:23:46 (GMT)
commit333988addd6e273a31a1cff4acc70011f55310a4 (patch)
treeb09af169cfb8ed3744f30e548e8c1c6bf7c31fe3 /config/intel-flags
parent84ef7b0ad231923273dd5a1d9612e5d5f271968c (diff)
downloadhdf5-333988addd6e273a31a1cff4acc70011f55310a4.zip
hdf5-333988addd6e273a31a1cff4acc70011f55310a4.tar.gz
hdf5-333988addd6e273a31a1cff4acc70011f55310a4.tar.bz2
[svn-r20069] Corrected a typo in
PROD_CFLAGS= "-O" Shell does not allow any spaces between the "=" and righthand side value. Changed it to PROD_CFLAGS="-O" Tested in jam.
Diffstat (limited to 'config/intel-flags')
-rw-r--r--config/intel-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/intel-flags b/config/intel-flags
index 1d07714..e6a9c31 100644
--- a/config/intel-flags
+++ b/config/intel-flags
@@ -71,7 +71,7 @@ if test "X-icc" = "X-$cc_vendor"; then
H5_CFLAGS="${H5_CFLAGS:--std=c99 $arch}"
# Production is set to default; see settings for specific version further down
- PROD_CFLAGS= "-O"
+ PROD_CFLAGS="-O"
PROD_CPPFLAGS=
# Debug