Crude hack to work around cpp.1 doing a .so man1/cccp.1

Pointed out by: Warner Losh <imp@village.org>, PR#1667
This commit is contained in:
Peter Wemm 1996-09-23 04:14:30 +00:00
parent 97ea6d475a
commit 6f78ed368c
2 changed files with 6 additions and 2 deletions

View file

@ -1,11 +1,13 @@
#
# $Id: Makefile,v 1.4 1994/11/15 04:52:05 phk Exp $
# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
MAN1= cccp.1
MLINKS= cccp.1 ccp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c

View file

@ -1,11 +1,13 @@
#
# $Id: Makefile,v 1.4 1994/11/15 04:52:05 phk Exp $
# $Id: Makefile,v 1.5 1996/09/19 15:47:24 peter Exp $
#
PROG = cpp
SRCS = cccp.c cexp.c
BINDIR= /usr/libexec
SRCS+= obstack.c version.c
MAN1= cccp.1
MLINKS= cccp.1 ccp.1
cexp.c cexp.h: cexp.y
${BISON} -d ${GCCDIR}/cexp.y -o cexp.c