diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 01:06:48 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2004-02-21 01:06:48 +0000 |
commit | e0067d7c23febfde4b3b7cec5c0bc3167b9567dd (patch) | |
tree | 9c1fdddf2f93c4777d926025df5204c0248751f2 /gnu/usr.bin/gcc | |
parent | 774278849a0ef6c25271be97b33c193751d8eb0c (diff) |
lose gcc-local as well.
Diffstat (limited to 'gnu/usr.bin/gcc')
-rw-r--r-- | gnu/usr.bin/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/gcc/Makefile.bsd-wrapper b/gnu/usr.bin/gcc/Makefile.bsd-wrapper index 058c68c77af..bbf5c0f6f2d 100644 --- a/gnu/usr.bin/gcc/Makefile.bsd-wrapper +++ b/gnu/usr.bin/gcc/Makefile.bsd-wrapper @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.46 2004/02/20 23:27:57 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.47 2004/02/21 01:06:47 espie Exp $ -MAN= gcc.1 cpp.1 gcov.1 gcc-local.1 protoize.1 +MAN= gcc.1 cpp.1 gcov.1 protoize.1 MLINKS+= protoize.1 unprotoize.1 MLINKS+= gcc.1 cc.1 |