make the cpp.1 thing really work
This commit is contained in:
parent
05c33c1c05
commit
38b8690553
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2003/09/02 20:01:59 drochner Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2003/09/03 14:21:51 drochner Exp $
|
||||
|
||||
.include <bsd.own.mk>
|
||||
|
||||
|
@ -10,16 +10,18 @@ LINKS= ${BINDIR}/cpp ${BINDIR}/gcpp
|
|||
TEXINFO= cpp.texi
|
||||
|
||||
MAN= cpp.1
|
||||
MLINKS= cpp.1 gcpp.1 cpp.1 cpp.1
|
||||
MLINKS= cpp.1 gcpp.1
|
||||
|
||||
.include "../Makefile.frontend"
|
||||
|
||||
# delete "cccp" man page before netbsd 2.0 if you remember...
|
||||
CLEANFILES+= cpp.1
|
||||
cpp.1: ${DIST}/gcc/cccp.1
|
||||
${.OBJDIR}/cpp.1: ${DIST}/gcc/cccp.1
|
||||
rm -f cpp.1
|
||||
cp ${DIST}/gcc/cccp.1 cpp.1
|
||||
|
||||
cpp.cat1: ${.OBJDIR}/cpp.1
|
||||
|
||||
.PATH: ${DIST}/gcc
|
||||
|
||||
.include <bsd.info.mk>
|
||||
|
|
Loading…
Reference in New Issue