Fixed parms for preprocessor.

This commit is contained in:
Janet B. Anderson
2001-02-20 20:36:54 +00:00
parent 0940527c65
commit 4fb58d5d46

View File

@@ -13,7 +13,8 @@ CC = $(SPARCWORKS)/bin/cc
CCC = $(SPARCWORKS)/bin/CC
#CPP = $(CCC) -E
#CPP = $(CCC) -P
CPP = g++ -E
CPP = g++ -x c -E
RANLIB =
# required by sun's C++ compiler
AR = $(CCC) -xar -o