Added -Qn to CPP because snc sometimes does not like #ident lines.

This commit is contained in:
Janet B. Anderson
2004-11-10 21:09:33 +00:00
parent bc2b80584c
commit 3449a7157a

View File

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