Changed c preprocessor from gcc to cc.

This commit is contained in:
Janet B. Anderson
2004-11-04 21:13:22 +00:00
parent 4f03bba90d
commit b4e2c4c432
@@ -11,11 +11,11 @@ SPARCWORKS = /opt/SUNWspro
CC = $(SPARCWORKS)/bin/cc
CCC = $(SPARCWORKS)/bin/CC
CPP = $(CC) -E
RANLIB =
# required by sun's C++ compiler
AR = $(CCC) -xar -o
LD = ld -r
CPP = gcc -x c -E
RANLIB =
#Prepare the object code for profiling with prof. (YES or NO)
PROFILE=NO