aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2001-01-04 02:16:23 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2001-01-04 02:16:23 +0000
commit766a31af144afb55bfbdbae229cc2f209e284cf4 (patch)
treeb7c5d68d143b087d918f8dabd4ccf49ba85b8481 /gnu
parentbefc2f0a7993a6692b03567549ffb48267cf9d2f (diff)
downloadsrc-766a31af144afb55bfbdbae229cc2f209e284cf4.tar.gz
src-766a31af144afb55bfbdbae229cc2f209e284cf4.zip
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.
Notes
Notes: svn path=/head/; revision=70649
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile2
1 files changed, 1 insertions, 1 deletions
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