summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-23 16:12:38 +0000
committerbde <bde@FreeBSD.org>1996-09-23 16:12:38 +0000
commit0f0cfd5fc9eb2bd938f1e041cc067764774e46d0 (patch)
treefcbc71399bd71a450ee9b6153a7602de286daffe /gnu/usr.bin
parent7bdb586f14520e930b1d5e83381f43f993dcdcf5 (diff)
downloadFreeBSD-src-0f0cfd5fc9eb2bd938f1e041cc067764774e46d0.zip
FreeBSD-src-0f0cfd5fc9eb2bd938f1e041cc067764774e46d0.tar.gz
cpp was named ccp.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile4
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
index 9274100..8ffd1ab 100644
--- a/gnu/usr.bin/cc/cccp/Makefile
+++ b/gnu/usr.bin/cc/cccp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
+# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $
#
PROG = cpp
@@ -7,7 +7,7 @@ SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
MAN1= cccp.1
-MLINKS= cccp.1 ccp.1
+MLINKS= cccp.1 cpp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 9274100..8ffd1ab 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
+# $Id: Makefile,v 1.6 1996/09/23 04:14:30 peter Exp $
#
PROG = cpp
@@ -7,7 +7,7 @@ SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
MAN1= cccp.1
-MLINKS= cccp.1 ccp.1
+MLINKS= cccp.1 cpp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c
OpenPOWER on IntegriCloud