diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-15 07:47:09 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2003-10-15 07:47:09 +0000 |
commit | 17f923a1cfd91525975897b525a599292efc61e3 (patch) | |
tree | b546116b6d6ac11191be0ffaadeb3a1010dc778e /gnu/usr.bin | |
parent | 8dd4cfcff6ec906985908ef26e06adc8f8add6bf (diff) |
reverse the comment on binutils gas/ld as that's what it is now
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r-- | gnu/usr.bin/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/Makefile b/gnu/usr.bin/Makefile index 876f3aa782c..de478bebb0f 100644 --- a/gnu/usr.bin/Makefile +++ b/gnu/usr.bin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.38 2003/09/26 07:35:03 otto Exp $ +# $OpenBSD: Makefile,v 1.39 2003/10/15 07:47:08 mickey Exp $ # $NetBSD: Makefile,v 1.35 1996/04/03 21:20:52 chuck Exp $ .include <bsd.own.mk> @@ -6,7 +6,7 @@ SUBDIR+= ../egcs/gcc SUBDIR+= cvs groff lynx rcs sendbug binutils -# some ports use binutils gas and ld, most do not (yet). +# most ports use binutils gas and ld, some do not (yet). .if ${ELF_TOOLCHAIN:L} == "no" SUBDIR+= gas ld .endif |