From 7185455c088bcb407a0b997f95863b4c29f203ac Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 9 Oct 2003 14:40:37 +0000 Subject: Make template CFLAGS handling consistent. --- src/template/osf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/template/osf') diff --git a/src/template/osf b/src/template/osf index 133a4516ab0..2b4dee1546b 100644 --- a/src/template/osf +++ b/src/template/osf @@ -1,6 +1,6 @@ if test "$GCC" != yes ; then CC="$CC -std" - CFLAGS='-O4 -Olimit 2000' + CFLAGS="$CFLAGS -O4 -Olimit 2000" fi THREAD_SUPPORT=yes -- cgit v1.2.3