From 1e0003652bb85e86ebefe99b9b42e894d8757dd1 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 20 Nov 2001 13:48:40 -0500 Subject: [svn-r4616] Purpose: Code cleanup Description: Put quotes around compiler flags when debugging is on, so they get carried down into the Makefiles properly. Platforms tested: Solaris 2.6 (baldric) --- config/solaris2.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/solaris2.x b/config/solaris2.x index 3dc2085..d6434f5 100644 --- a/config/solaris2.x +++ b/config/solaris2.x @@ -18,7 +18,7 @@ fi # Try solaris native compiler flags if test "X-" = "X-$cc_flags_set"; then CFLAGS="-erroff=%none -DBSD_COMP" - DEBUG_CFLAGS=-g -xildoff + DEBUG_CFLAGS="-g -xildoff" DEBUG_CPPFLAGS= PROD_CFLAGS="-O -s" PROD_CPPFLAGS= -- cgit v0.12