Change preprocessor to gnu compiler.

This commit is contained in:
Janet B. Anderson
2001-02-20 19:16:31 +00:00
parent 17582955a9
commit 8db5931fb2

View File

@@ -11,7 +11,9 @@ SPARCWORKS = /opt/SUNWspro
CC = $(SPARCWORKS)/bin/cc
CCC = $(SPARCWORKS)/bin/CC
CPP = $(CCC) -E
#CPP = $(CCC) -E
#CPP = $(CCC) -P
CPP = g++ -E
RANLIB =
# required by sun's C++ compiler
AR = $(CCC) -xar -o