Index: trunk/psLib/src/Makefile.Globals
===================================================================
--- trunk/psLib/src/Makefile.Globals	(revision 1533)
+++ trunk/psLib/src/Makefile.Globals	(revision 1817)
@@ -5,6 +5,6 @@
 ##  Assumptions:    Variable "prefix" already defined
 ##
-##  $Revision: 1.18 $  $Name: not supported by cvs2svn $
-##  $Date: 2004-08-13 23:47:10 $
+##  $Revision: 1.19 $  $Name: not supported by cvs2svn $
+##  $Date: 2004-09-16 01:41:51 $
 ##
 ##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -45,6 +45,6 @@
 
 # Set initial value for CFLAGS which will include all OS common flags for GCC
-
-CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe
+GCOVFLAGS :=
+CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS)
 
 ifdef NO_TRACE
