pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64-i686-crt Remove double slash



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c190412724cc
branches:  trunk
changeset: 310555:c190412724cc
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jul 18 14:18:04 2018 +0000

description:
Remove double slash

diffstat:

 cross/mingw-w64-i686-crt/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f63df2e77c0c -r c190412724cc cross/mingw-w64-i686-crt/Makefile
--- a/cross/mingw-w64-i686-crt/Makefile Wed Jul 18 07:33:12 2018 +0000
+++ b/cross/mingw-w64-i686-crt/Makefile Wed Jul 18 14:18:04 2018 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.1 2018/06/07 19:32:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2018/07/18 14:18:04 ryoon Exp $
 
 .include "../../cross/mingw-w64-x86_64-crt/Makefile.common"
 
 PKGNAME=               ${DISTNAME:S/mingw-w64-v/mingw-w64-i686-crt-/}
 COMMENT=               Mingw-w64 C runtime for win32 cross-development
 
-BUILD_DEPENDS+=                mingw-w64-i686-gcc-bootstrap-[0-9]*:../..//cross/mingw-w64-i686-gcc-bootstrap
+BUILD_DEPENDS+=                mingw-w64-i686-gcc-bootstrap-[0-9]*:../../cross/mingw-w64-i686-gcc-bootstrap
 
 MINGW_TARGET=          ${MINGW_W64_32_TARGET}
 CONFIGURE_ARGS+=       --enable-lib32



Home | Main Index | Thread Index | Old Index