diff options
author | cjep <cjep> | 2004-01-12 09:46:04 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-01-12 09:46:04 +0000 |
commit | 69da0d928ba896f9ea148989e7d66b36874c171a (patch) | |
tree | 42760049bed3a2e9a4218509d6434c2eb95b71da /cross | |
parent | 73cd98c24005f095bccf9e3a2df6e6ce78c3965d (diff) | |
download | pkgsrc-69da0d928ba896f9ea148989e7d66b36874c171a.tar.gz |
Remove unnecessary blank lines.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/i386-mingw32/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cross/i386-mingw32/Makefile b/cross/i386-mingw32/Makefile index 5bfe01939a6..2a6a4bd2c52 100644 --- a/cross/i386-mingw32/Makefile +++ b/cross/i386-mingw32/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/12/30 17:39:21 cjep Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/12 09:46:04 cjep Exp $ DISTNAME= cross-${TARGET_ARCH}-1.2 PKGREVISION= 3 @@ -74,7 +74,6 @@ gcc-configure: --prefix=${PREFIX} --target=${TARGET_ARCH} --disable-nls ${CP} ${FILESDIR}/config.h ${GCC_WRKSRC}/${TARGET_ARCH}/${TARGET_ARCH}/libiberty - do-build: bu-build gcc-build w32-build mingw-build bu-build: cd ${BINUTILS_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS} |