diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:35:12 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:35:12 +0000 |
commit | e69ab8c36548981938b2660bd19e390b45d3e84f (patch) | |
tree | 5309d236d89582989589770b30d2d70c0ef6dc71 /cross/h8300-hms-gcc | |
parent | ff0278ea308c686207e2b1053f9dea6e7b3f8bf9 (diff) | |
download | pkgsrc-e69ab8c36548981938b2660bd19e390b45d3e84f.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 |