From eb5cb11b701be7e684b8dcd1775dba39a0b0e917 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 5 Jun 2002 21:30:46 +0000 Subject: [PATCH] The best we can do about man pages for the moment. --- gnu/usr.bin/cc/cc/Makefile | 1 - gnu/usr.bin/cc/cpp/Makefile | 6 +++++- gnu/usr.bin/cc/f77/Makefile | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/cc/cc/Makefile b/gnu/usr.bin/cc/cc/Makefile index 4f90e71a3ba..3dbc859bcde 100644 --- a/gnu/usr.bin/cc/cc/Makefile +++ b/gnu/usr.bin/cc/cc/Makefile @@ -7,7 +7,6 @@ PROG= cc MAN= gcc.1 -NOMAN= # not while compile from GCC repo checkout SRCS= gcc.c gccspec.c NOSHARED?=yes diff --git a/gnu/usr.bin/cc/cpp/Makefile b/gnu/usr.bin/cc/cpp/Makefile index 16b5eba73f2..56fdc06de53 100644 --- a/gnu/usr.bin/cc/cpp/Makefile +++ b/gnu/usr.bin/cc/cpp/Makefile @@ -7,7 +7,6 @@ PROG= cpp SRCS= gcc.c cppspec.c -NOMAN= 1 CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" @@ -15,4 +14,9 @@ CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\" DPADD+= ${LIBCC_INT} LDADD+= ${LIBCC_INT} +CLEANFILES= cpp.1 + +cpp.1: cccp.1 + ln -sf ${.ALLSRC} ${.TARGET} + .include diff --git a/gnu/usr.bin/cc/f77/Makefile b/gnu/usr.bin/cc/f77/Makefile index 101a8974b58..8dda51e716f 100644 --- a/gnu/usr.bin/cc/f77/Makefile +++ b/gnu/usr.bin/cc/f77/Makefile @@ -7,7 +7,6 @@ PROG= f77 SRCS= gcc.c g77spec.c version.c -NOMAN= # not while compile from GCC repo checkout CFLAGS+= -DDEFAULT_TARGET_VERSION=\"$(version)\" CFLAGS+= -DDEFAULT_TARGET_MACHINE=\"$(target)\"