Changed CCC to CC in CPP definition.

This commit is contained in:
Janet B. Anderson
2001-03-05 22:01:41 +00:00
parent ed5e4a2611
commit b27caeab76
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ CC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
CCC = $(GNU_BIN)/$(CMPLR_PREFIX)cc$(CMPLR_SUFFIX)
AR = $(GNU_BIN)/$(CMPLR_PREFIX)ar$(CMPLR_SUFFIX) -rc
LD = $(GNU_BIN)/$(CMPLR_PREFIX)ld$(CMPLR_SUFFIX) -r
CPP = $(CCC) -x c -E
CPP = $(CC) -x c -E
RANLIB = $(GNU_BIN)/$(CMPLR_PREFIX)ranlib$(CMPLR_SUFFIX)
CODE_CFLAGS = -fPIC