diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 17:07:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-02-16 17:07:23 +0000 |
commit | 2c4652ebc4632408ae93de2b8e96802680063c04 (patch) | |
tree | fa720e981800ef18370848d9a98cdb96cab2a722 /gnu | |
parent | 408c70ac97e3e07cc589a63088336cc24d881590 (diff) |
typo
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/egcs/gcc/Makefile.bsd-wrapper | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/Makefile.bsd-wrapper b/gnu/egcs/gcc/Makefile.bsd-wrapper index d45fce4fe18..b3532b539cc 100644 --- a/gnu/egcs/gcc/Makefile.bsd-wrapper +++ b/gnu/egcs/gcc/Makefile.bsd-wrapper @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2003/01/18 23:49:50 deraadt Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.13 2003/02/16 17:07:22 deraadt Exp $ MAN= cccp.1 gcc.1 gcc-local.1 protoize.1 MLINKS+= gcc.1 cc.1 MLINKS+= cccp.1 cpp.1 -MLINKS+= protoize.1 unprotize.1 +MLINKS+= protoize.1 unprotoize.1 .if defined(BOOTSTRAP) LANGUAGES=--enable-languages=c |