summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-04 02:16:23 +0000
committerobrien <obrien@FreeBSD.org>2001-01-04 02:16:23 +0000
commit0f4e383f2ec35e2a723e660991d8e551f5192878 (patch)
tree15b3d46e4d6d9818969883db3c108ca4f144d06d /gnu
parent719c835c112cbcd12150f677884188d79dfcdeb9 (diff)
downloadFreeBSD-src-0f4e383f2ec35e2a723e660991d8e551f5192878.zip
FreeBSD-src-0f4e383f2ec35e2a723e660991d8e551f5192878.tar.gz
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.
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 1b4045f..1624ec2 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
OpenPOWER on IntegriCloud