diff options
author | grant <grant@pkgsrc.org> | 2002-12-05 05:51:18 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2002-12-05 05:51:18 +0000 |
commit | 152ed14a8cf9e655a3f69e310da7a953fc835939 (patch) | |
tree | b87c4c95557b5086a4a6be2053332d0029b6203b /lang/gcc | |
parent | 5681068404a4fd8ed1b6e60738ee0b594e7aa321 (diff) | |
download | pkgsrc-152ed14a8cf9e655a3f69e310da7a953fc835939.tar.gz |
use automatic MESSAGE handling.
Diffstat (limited to 'lang/gcc')
-rw-r--r-- | lang/gcc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 26ce7a0a52b..838c330902c 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2002/10/26 14:32:49 seb Exp $ +# $NetBSD: Makefile,v 1.50 2002/12/05 05:52:53 grant Exp $ # Make sure that the version number in "Makefile.gcc" matches this. DISTNAME= gcc-2.95.3 @@ -40,7 +40,6 @@ ALL_TARGET= bootstrap . endif GCC_PREFIX= ${PREFIX} PLIST_SRC= ${PKGDIR}/PLIST.SunOS -MESSAGE_SRC= ${PKGDIR}/MESSAGE.SunOS .else GCC_PREFIX= ${PREFIX}/${PKGNAME} CONFIGURE_ARGS+= --with-gnu-as |