cpp was named ccp.

This commit is contained in:
Bruce Evans 1996-09-23 16:12:38 +00:00
parent 0a2bb16e68
commit 08eb1b8719
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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