summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-23 04:14:30 +0000
committerpeter <peter@FreeBSD.org>1996-09-23 04:14:30 +0000
commit58119af8934bac044eba5fc86c0ab7e2d2da9c7e (patch)
treeff228bbc0f07904a4748db8074d583cebdd18f9a /gnu
parent944cf76d20c32e09cd94af5de7d8d64d234da9c3 (diff)
downloadFreeBSD-src-58119af8934bac044eba5fc86c0ab7e2d2da9c7e.zip
FreeBSD-src-58119af8934bac044eba5fc86c0ab7e2d2da9c7e.tar.gz
Crude hack to work around cpp.1 doing a .so man1/cccp.1
Pointed out by: Warner Losh <imp@village.org>, PR#1667
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cccp/Makefile4
-rw-r--r--gnu/usr.bin/cc/cpp/Makefile4
2 files changed, 6 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cccp/Makefile b/gnu/usr.bin/cc/cccp/Makefile
index 05229aa..9274100 100644
--- a/gnu/usr.bin/cc/cccp/Makefile
+++ b/gnu/usr.bin/cc/cccp/Makefile
@@ -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
diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile
index 05229aa..9274100 100644
--- a/gnu/usr.bin/cc/cpp/Makefile
+++ b/gnu/usr.bin/cc/cpp/Makefile
@@ -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
OpenPOWER on IntegriCloud