mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
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:
parent
97ea6d475a
commit
6f78ed368c
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue