From 766a31af144afb55bfbdbae229cc2f209e284cf4 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 4 Jan 2001 02:16:23 +0000 Subject: 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. --- gnu/usr.bin/cc/cccp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile index 1b4045f5ffc6..1624ec2bdfc2 100644 --- a/gnu/usr.bin/cc/cccp/Makefile +++ b/gnu/usr.bin/cc/cccp/Makefile @@ -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 -- cgit v1.3