diff options
Diffstat (limited to 'lang/gcc3')
-rw-r--r-- | lang/gcc3/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index d1be08e4c49..7c70eb08e3a 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1 2004/04/10 15:47:08 seb Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/04/10 16:05:05 seb Exp $ GCC_VERSION= 3.3.3 DISTNAME= gcc-${GCC_VERSION} @@ -17,8 +17,8 @@ USE_GNU_TOOLS+= make MAKEFLAGS+= GMAKE_LOCALE=no HAS_CONFIGURE= yes -PATCHDIR= ${.CURDIR}/../../lang/gcc3-c/patches -DISTINFO_FILE= ${.CURDIR}/../../lang/gcc3-c/distinfo +PATCHDIR= ${.CURDIR}/../../lang/gcc3/patches +DISTINFO_FILE= ${.CURDIR}/../../lang/gcc3/distinfo .include "../../mk/bsd.prefs.mk" |