diff options
author | martti <martti> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:35:12 +0000 |
commit | 7edec63da8d087916922eee3839d294038f11311 (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /cross/h8300-hms-gcc | |
parent | cc45e6a9dee0ac7bfde650aa6d23bf5836da4aa6 (diff) | |
download | pkgsrc-7edec63da8d087916922eee3839d294038f11311.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'cross/h8300-hms-gcc')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 52f748c75e0..87d032d69f1 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/06/02 14:05:02 abs Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/21 16:38:10 martti Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -14,7 +14,7 @@ PATCH_DIST_ARGS= -d ${SRCDIR} -E -p1 MAINTAINER= oishi@ims.ac.jp HOMEPAGE= #empty -COMMENT= gcc compiler for h8300-hms +COMMENT= GCC compiler for h8300-hms DEPENDS+= cross-h8300-hms-binutils-[0-9]*:../../cross/h8300-hms-binutils |