From 333988addd6e273a31a1cff4acc70011f55310a4 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 8 Feb 2011 18:23:46 -0500 Subject: [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. --- config/intel-flags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12