cpp was named ccp.
This commit is contained in:
parent
0a2bb16e68
commit
08eb1b8719
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user