diff options
author | seb <seb@pkgsrc.org> | 2004-04-10 16:05:05 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2004-04-10 16:05:05 +0000 |
commit | 0d377add562d6ea056b1aec99a04b1744f33f92b (patch) | |
tree | a04816e35142883ec275825e246cd5df59aa3d3e /lang/gcc3 | |
parent | e191a664a9772e2edd257cb3d81d0e8f3c3fa2b9 (diff) | |
download | pkgsrc-0d377add562d6ea056b1aec99a04b1744f33f92b.tar.gz |
Actually make the move of patches directory and distinfo file effective.
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" |