The preprocessor used by the cc' driver is now named ccp0' to make it

clear this is the 1st pass of compilation and to make clear this particular
cpp is for `cc's use only.
This commit is contained in:
David E. O'Brien 2001-01-04 02:16:23 +00:00
parent befc2f0a79
commit 766a31af14

View File

@ -4,7 +4,7 @@
.PATH: ${GCCDIR}
PROG= cpp
PROG= cpp0
SRCS= cccp.c cexp.y obstack.c prefix.c version.c
YFLAGS=
BINDIR= /usr/libexec